Uses of Enum Class
com.shaft.api.RestActions.ParametersType
Packages that use RestActions.ParametersType
-
Uses of RestActions.ParametersType in com.shaft.api
Methods in com.shaft.api that return RestActions.ParametersTypeModifier 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.Methods in com.shaft.api with parameters of type RestActions.ParametersTypeModifier and TypeMethodDescriptionRequestBuilder.setParameters
(List<List<Object>> parameters, RestActions.ParametersType parametersType) Sets the parameters (if any) for the API request that you're currently building.