Uses of Class
com.inteliqua.rest.common.APIRequestType
-
Packages that use APIRequestType Package Description com.inteliqua.rest.common -
-
Uses of APIRequestType in com.inteliqua.rest.common
Methods in com.inteliqua.rest.common that return APIRequestType Modifier and Type Method Description APIRequestTypeAPIRequestContext. getRequestType()Gets the request type for the API operation.static APIRequestTypeAPIRequestType. valueOf(String name)Returns the enum constant of this type with the specified name.static APIRequestType[]APIRequestType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.inteliqua.rest.common with parameters of type APIRequestType Modifier and Type Method Description voidAPIRequestContextInitializer. initialize(APIResource resource, APIRequestType requestType, com.qivos.util.rest.common.APIResponseLevel detailLevel)Initializes the request context with the given parameters.voidAPIRequestContext. setRequestType(APIRequestType requestType)Sets the request type for the API operation.
-