Package me.cadox8.xenapi.reply
Class AbstractReply
java.lang.Object
me.cadox8.xenapi.reply.AbstractReply
- Direct Known Subclasses:
ActionsReply,AddonReply,AddonsReply,AlertsReply,AuthenticateReply,AvatarReply,CreateAlertReply,CreatePostReply,CreateThreadReply,EditUserReply,GroupReply,LoginReply,LogoutReply,NodeReply,NodesReply,PostReply,PostsReply,RegisterReply
public abstract class AbstractReply
extends java.lang.Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description AbstractReply() -
Method Summary
Modifier and Type Method Description voidcheckError()Check if you miss any args in the requestabstract RequestTypegetRequestType()Gets the type of requests to getResponse the Reply Class
-
Field Details
-
Constructor Details
-
AbstractReply
public AbstractReply()
-
-
Method Details
-
getRequestType
Gets the type of requests to getResponse the Reply Class- Returns:
- Returns the type of Request
- See Also:
RequestType,RequestType#getReplyClass()
-
checkError
Check if you miss any args in the request- Throws:
ArgsErrorException(Integer, String, RequestType)- Error thrown when you choose wrong argumentsArgsErrorException
-