Uses of Enum Class
in.juspay.model.JuspayEntity.RequestMethod
Packages that use JuspayEntity.RequestMethod
-
Uses of JuspayEntity.RequestMethod in in.juspay.model
Subclasses with type arguments of type JuspayEntity.RequestMethod in in.juspay.modelMethods in in.juspay.model that return JuspayEntity.RequestMethodModifier and TypeMethodDescriptionstatic JuspayEntity.RequestMethodReturns the enum constant of this class with the specified name.static JuspayEntity.RequestMethod[]JuspayEntity.RequestMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in in.juspay.model with parameters of type JuspayEntity.RequestMethodModifier and TypeMethodDescriptionprotected static com.google.gson.JsonObjectJuspayEntity.makeServiceCall(String path, Map<String, Object> params, JuspayEntity.RequestMethod method, RequestOptions requestOptions) protected static com.google.gson.JsonObjectJuspayEntity.makeServiceCall(String path, Map<String, Object> params, JuspayEntity.RequestMethod method, RequestOptions requestOptions, JuspayEntity.AuthMethod authMethod) protected static com.google.gson.JsonObjectJuspayEntity.makeServiceCallWithAuthDecider(String path, Map<String, Object> params, JuspayEntity.RequestMethod method, RequestOptions requestOptions)