Uses of Class
nl.b3p.tailormap.api.persistence.json.ServiceAuthentication.MethodEnum
-
Packages that use ServiceAuthentication.MethodEnum Package Description nl.b3p.tailormap.api.persistence.json -
-
Uses of ServiceAuthentication.MethodEnum in nl.b3p.tailormap.api.persistence.json
Methods in nl.b3p.tailormap.api.persistence.json that return ServiceAuthentication.MethodEnum Modifier and Type Method Description static ServiceAuthentication.MethodEnumServiceAuthentication.MethodEnum. fromValue(String value)ServiceAuthentication.MethodEnumServiceAuthentication. getMethod()Get methodstatic ServiceAuthentication.MethodEnumServiceAuthentication.MethodEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceAuthentication.MethodEnum[]ServiceAuthentication.MethodEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in nl.b3p.tailormap.api.persistence.json with parameters of type ServiceAuthentication.MethodEnum Modifier and Type Method Description ServiceAuthenticationServiceAuthentication. method(ServiceAuthentication.MethodEnum method)voidServiceAuthentication. setMethod(ServiceAuthentication.MethodEnum method)
-