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.apiModifier and TypeClassDescriptionstatic enumHTTP methods supported for building API requests.Methods 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) Builds a new API request within this session, inheriting all session-level headers, cookies, and configuration.static RequestBuilderRestActions.buildNewRequest(String serviceURI, String serviceName, RestActions.RequestType requestType) Builds a new API request using a static factory approach.