Uses of Class
com.inteliqua.rest.common.APIResource
-
Packages that use APIResource Package Description com.inteliqua.rest.common -
-
Uses of APIResource in com.inteliqua.rest.common
Methods in com.inteliqua.rest.common that return APIResource Modifier and Type Method Description APIResourceAPIRequestContext. getResourceType()Gets the resource type for the API request.static APIResourceAPIResource. valueOf(String name)Returns the enum constant of this type with the specified name.static APIResource[]APIResource. 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 APIResource 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. setResourceType(APIResource resourceType)Sets the resource type for the API request.
-