Uses of Enum Class
com.shaft.api.RestActions.ParametersType
Packages that use RestActions.ParametersType
-
Uses of RestActions.ParametersType in com.shaft.api
Subclasses with type arguments of type RestActions.ParametersType in com.shaft.apiModifier and TypeClassDescriptionstatic enumDefines how request parameters are encoded and transmitted.Methods in com.shaft.api that return RestActions.ParametersTypeModifier and TypeMethodDescriptionstatic RestActions.ParametersTypeReturns 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(Map<String, Object> parameters, RestActions.ParametersType parametersType) Sets API request parameters using a Map<String, Object>.