Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.metadataelements.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.metadataelements -
-
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.metadataelements
Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements that return types with arguments of type ContactMethodElement Modifier and Type Method Description List<ContactMethodElement>ActorProfileElement. getContactMethods()Return the contact methods for this profile.List<ContactMethodElement>PersonalProfileUniverse. getContactMethods()Return the list of contact methods for the individual.Method parameters in org.odpi.openmetadata.accessservices.communityprofile.metadataelements with type arguments of type ContactMethodElement Modifier and Type Method Description voidActorProfileElement. setContactMethods(List<ContactMethodElement> contactMethods)Set up the contact methods for this profile.voidPersonalProfileUniverse. setContactMethods(List<ContactMethodElement> contactMethods)Set up the list of contact methods for the individual.Constructors in org.odpi.openmetadata.accessservices.communityprofile.metadataelements with parameters of type ContactMethodElement Constructor Description ContactMethodElement(ContactMethodElement template)Copy/clone constructor
-