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.apiMethods 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(List<List<Object>> parameters, RestActions.ParametersType parametersType) Deprecated.Use setParameters(Map<String, Object>, RestActions.ParametersType) instead.RequestBuilder.setParameters(Map<String, Object> parameters, RestActions.ParametersType parametersType) Sets API request parameters using a Map<String, Object>.