Uses of Enum Class
com.shaft.api.RestActions.RequestType
-
Uses of RestActions.RequestType in com.shaft.api
Modifier 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.Modifier and TypeMethodDescriptionRestActions.buildNewRequest
(String serviceName, RestActions.RequestType requestType) static RequestBuilder
RestActions.buildNewRequest
(String serviceURI, String serviceName, RestActions.RequestType requestType)