Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.metadataelement.ContactMethodElement
-
Packages that use ContactMethodElement Package Description org.odpi.openmetadata.accessservices.communityprofile.api The Community Profile Open Metadata Access Service (OMAS) is used by tools and administrators to maintain information associated with individuals and communities.org.odpi.openmetadata.accessservices.communityprofile.metadataelement -
-
Uses of ContactMethodElement in org.odpi.openmetadata.accessservices.communityprofile.api
Methods in org.odpi.openmetadata.accessservices.communityprofile.api that return types with arguments of type ContactMethodElement Modifier and Type Method Description List<ContactMethodElement>MyPersonalProfileInterface. getMyContactDetails(String userId)Return the list of contact methods for this user. -
Uses of ContactMethodElement in org.odpi.openmetadata.accessservices.communityprofile.metadataelement
Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelement 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.Method parameters in org.odpi.openmetadata.accessservices.communityprofile.metadataelement 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.Constructors in org.odpi.openmetadata.accessservices.communityprofile.metadataelement with parameters of type ContactMethodElement Constructor Description ContactMethodElement(ContactMethodElement template)Copy/clone constructor
-