Uses of Class
org.keycloak.dom.saml.v2.metadata.ContactTypeType
-
Packages that use ContactTypeType Package Description org.keycloak.dom.saml.v2.metadata -
-
Uses of ContactTypeType in org.keycloak.dom.saml.v2.metadata
Fields in org.keycloak.dom.saml.v2.metadata declared as ContactTypeType Modifier and Type Field Description protected ContactTypeTypeContactType. contactTypeMethods in org.keycloak.dom.saml.v2.metadata that return ContactTypeType Modifier and Type Method Description static ContactTypeTypeContactTypeType. fromValue(String v)ContactTypeTypeContactType. getContactType()Gets the value of the contactType property.static ContactTypeTypeContactTypeType. valueOf(String name)Returns the enum constant of this type with the specified name.static ContactTypeType[]ContactTypeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.keycloak.dom.saml.v2.metadata with parameters of type ContactTypeType Modifier and Type Method Description voidContactType. setContactType(ContactTypeType value)Sets the value of the contactType property.Constructors in org.keycloak.dom.saml.v2.metadata with parameters of type ContactTypeType Constructor Description ContactType(ContactTypeType contactType)
-