Uses of Enum Class
com.shaft.api.RestActions.ParametersType
-
Uses of RestActions.ParametersType in com.shaft.api
Modifier and TypeMethodDescriptionstatic RestActions.ParametersType
Returns the enum constant of this class with the specified name.static RestActions.ParametersType[]
RestActions.ParametersType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionRequestBuilder.setParameters
(List<List<Object>> parameters, RestActions.ParametersType parametersType) Sets the parameters (if any) for the API request that you're currently building.