Uses of Enum Class
org.tailormap.api.persistence.json.ServiceAuthentication.MethodEnum
-
Uses of ServiceAuthentication.MethodEnum in org.tailormap.api.persistence.json
Modifier and TypeMethodDescriptionServiceAuthentication.getMethod()
Get methodReturns the enum constant of this class with the specified name.static ServiceAuthentication.MethodEnum[]
ServiceAuthentication.MethodEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionServiceAuthentication.method
(ServiceAuthentication.MethodEnum method) void
ServiceAuthentication.setMethod
(ServiceAuthentication.MethodEnum method)