Uses of Enum Class
org.keycloak.dom.saml.v2.metadata.ContactTypeType
Packages that use ContactTypeType
-
Uses of ContactTypeType in org.keycloak.dom.saml.v2.metadata
Fields in org.keycloak.dom.saml.v2.metadata declared as ContactTypeTypeMethods in org.keycloak.dom.saml.v2.metadata that return ContactTypeTypeModifier and TypeMethodDescriptionstatic ContactTypeTypeContactType.getContactType()Gets the value of the contactType property.static ContactTypeTypeReturns the enum constant of this class with the specified name.static ContactTypeType[]ContactTypeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.keycloak.dom.saml.v2.metadata with parameters of type ContactTypeTypeModifier and TypeMethodDescriptionvoidContactType.setContactType(ContactTypeType value) Sets the value of the contactType property.Constructors in org.keycloak.dom.saml.v2.metadata with parameters of type ContactTypeType