Uses of Class
org.odpi.openmetadata.accessservices.securitymanager.properties.ContactMethodType
-
Packages that use ContactMethodType Package Description org.odpi.openmetadata.accessservices.securitymanager.properties -
-
Uses of ContactMethodType in org.odpi.openmetadata.accessservices.securitymanager.properties
Methods in org.odpi.openmetadata.accessservices.securitymanager.properties that return ContactMethodType Modifier and Type Method Description ContactMethodTypeContactMethodProperties. getType()Return the type of the contact method.static ContactMethodTypeContactMethodType. valueOf(String name)Returns the enum constant of this type with the specified name.static ContactMethodType[]ContactMethodType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.accessservices.securitymanager.properties with parameters of type ContactMethodType Modifier and Type Method Description voidContactMethodProperties. setType(ContactMethodType type)Set up the type of the contact method.
-