Uses of Class
me.cadox8.xenapi.request.RequestType
| Package | Description |
|---|---|
| me.cadox8.xenapi.exceptions | |
| me.cadox8.xenapi.reply | |
| me.cadox8.xenapi.request |
-
Uses of RequestType in me.cadox8.xenapi.exceptions
Constructors in me.cadox8.xenapi.exceptions with parameters of type RequestType Constructor Description ArgsErrorException(int errorID, java.lang.String message, RequestType requestType) -
Uses of RequestType in me.cadox8.xenapi.reply
Methods in me.cadox8.xenapi.reply that return RequestType Modifier and Type Method Description abstract RequestTypeAbstractReply. getRequestType()Gets the type of requests to getResponse the Reply ClassRequestTypeActionsReply. getRequestType()RequestTypeAddonReply. getRequestType()RequestTypeAddonsReply. getRequestType()RequestTypeAlertsReply. getRequestType()RequestTypeAuthenticateReply. getRequestType()RequestTypeAvatarReply. getRequestType()RequestTypeCreateAlertReply. getRequestType()RequestTypeCreatePostReply. getRequestType()RequestTypeCreateThreadReply. getRequestType()RequestTypeEditUserReply. getRequestType()RequestTypeGroupReply. getRequestType()RequestTypeLoginReply. getRequestType()RequestTypeLogoutReply. getRequestType()RequestTypeNodeReply. getRequestType()RequestTypeNodesReply. getRequestType()RequestTypePostReply. getRequestType()RequestTypePostsReply. getRequestType()RequestTypeRegisterReply. getRequestType() -
Uses of RequestType in me.cadox8.xenapi.request
Methods in me.cadox8.xenapi.request that return RequestType Modifier and Type Method Description static RequestTypeRequestType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RequestType[]RequestType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in me.cadox8.xenapi.request with parameters of type RequestType Modifier and Type Method Description static RequestBuilderRequestBuilder. newRequest(RequestType requestType)Method used to create a new RequestConstructors in me.cadox8.xenapi.request with parameters of type RequestType Constructor Description Request(RequestType requestType, java.util.Map<RequestParam,java.lang.Object> params)