Uses of Class
net.anotheria.portalkit.adminapi.rest.ReplyObject
-
Packages that use ReplyObject Package Description net.anotheria.portalkit.adminapi.rest -
-
Uses of ReplyObject in net.anotheria.portalkit.adminapi.rest
Methods in net.anotheria.portalkit.adminapi.rest that return ReplyObject Modifier and Type Method Description static ReplyObjectReplyObject. error(java.lang.String message)Factory method that creates a new erroneous reply object.static ReplyObjectReplyObject. error(java.lang.Throwable exc)static ReplyObjectReplyObject. error(ErrorKey errorKey)static ReplyObjectReplyObject. error(ErrorKey errorKey, java.lang.String message)static ReplyObjectReplyObject. error(ErrorKey errorKey, java.lang.String name, java.lang.Object result)static ReplyObjectReplyObject. success()Factory method that creates a new reply object for successful request.static ReplyObjectReplyObject. success(java.lang.String name, java.lang.Object result)Factory method that creates a new reply object for successful request.
-