Uses of Enum Class
org.tailormap.api.persistence.json.ServiceAuthentication.MethodEnum
Packages that use ServiceAuthentication.MethodEnum
-
Uses of ServiceAuthentication.MethodEnum in org.tailormap.api.persistence.json
Methods in org.tailormap.api.persistence.json that return ServiceAuthentication.MethodEnumModifier 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.Methods in org.tailormap.api.persistence.json with parameters of type ServiceAuthentication.MethodEnumModifier and TypeMethodDescriptionServiceAuthentication.method(ServiceAuthentication.MethodEnum method) voidServiceAuthentication.setMethod(ServiceAuthentication.MethodEnum method)