Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.ContactMethodElement
-
Packages that use ContactMethodElement Package Description org.odpi.openmetadata.accessservices.governanceprogram.metadataelements The metadata elements describe metadata retrieved from the open metadata repositories. -
-
Uses of ContactMethodElement in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements
Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements that return types with arguments of type ContactMethodElement Modifier and Type Method Description List<ContactMethodElement>PersonalProfileUniverse. getContactMethods()Return the list of contact methods for the individual.List<ContactMethodElement>ProfileElement. getContactMethods()Return the list of contact methods for the individual.Method parameters in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with type arguments of type ContactMethodElement Modifier and Type Method Description voidPersonalProfileUniverse. setContactMethods(List<ContactMethodElement> contactMethods)Set up the list of contact methods for the individual.voidProfileElement. setContactMethods(List<ContactMethodElement> contactMethods)Set up the list of contact methods for the individual.Constructors in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with parameters of type ContactMethodElement Constructor Description ContactMethodElement(ContactMethodElement template)Copy/clone constructor
-