Uses of Enum Class
com.shaft.api.RestActions.RequestType
Packages that use RestActions.RequestType
-
Uses of RestActions.RequestType in com.shaft.api
Subclasses with type arguments of type RestActions.RequestType in com.shaft.apiMethods in com.shaft.api that return RestActions.RequestTypeModifier and TypeMethodDescriptionstatic RestActions.RequestTypeReturns the enum constant of this class with the specified name.static RestActions.RequestType[]RestActions.RequestType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.shaft.api with parameters of type RestActions.RequestTypeModifier and TypeMethodDescriptionRestActions.buildNewRequest(String serviceName, RestActions.RequestType requestType) static RequestBuilderRestActions.buildNewRequest(String serviceURI, String serviceName, RestActions.RequestType requestType)