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