Uses of Enum Class
in.juspay.model.JuspayEntity.AuthMethod
Packages that use JuspayEntity.AuthMethod
-
Uses of JuspayEntity.AuthMethod in in.juspay.model
Subclasses with type arguments of type JuspayEntity.AuthMethod in in.juspay.modelMethods in in.juspay.model that return JuspayEntity.AuthMethodModifier and TypeMethodDescriptionprotected static JuspayEntity.AuthMethodJuspayEntity.getEncryptionMethodBasedOnConfig(RequestOptions requestOptions) static JuspayEntity.AuthMethodReturns the enum constant of this class with the specified name.static JuspayEntity.AuthMethod[]JuspayEntity.AuthMethod.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.AuthMethodModifier and TypeMethodDescriptionprotected static com.google.gson.JsonObjectJuspayEntity.makeServiceCall(String path, Map<String, Object> params, JuspayEntity.RequestMethod method, RequestOptions requestOptions, JuspayEntity.AuthMethod authMethod)