Uses of Enum Class
com.shaft.api.RestActions.RequestType
Packages that use RestActions.RequestType
-
Uses of RestActions.RequestType in com.shaft.api
Methods in com.shaft.api that return RestActions.RequestTypeModifier and TypeMethodDescriptionstatic RestActions.RequestType
Returns 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 RequestBuilder
RestActions.buildNewRequest
(String serviceURI, String serviceName, RestActions.RequestType requestType)