Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.properties.ContactMethodProperties
-
Packages that use ContactMethodProperties 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 org.odpi.openmetadata.accessservices.communityprofile.properties -
-
Uses of ContactMethodProperties in org.odpi.openmetadata.accessservices.communityprofile.api
Methods in org.odpi.openmetadata.accessservices.communityprofile.api that return types with arguments of type ContactMethodProperties Modifier and Type Method Description List<ContactMethodProperties>PersonalProfileManagementInterface. getContactMethods(String userId, String profileUserId)Return the list of contact methods for this user. -
Uses of ContactMethodProperties in org.odpi.openmetadata.accessservices.communityprofile.metadataelement
Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelement that return ContactMethodProperties Modifier and Type Method Description ContactMethodPropertiesContactMethodElement. getProperties()Return the properties of the contact method.Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelement with parameters of type ContactMethodProperties Modifier and Type Method Description voidContactMethodElement. setProperties(ContactMethodProperties properties)Set up the contract method properties. -
Uses of ContactMethodProperties in org.odpi.openmetadata.accessservices.communityprofile.properties
Constructors in org.odpi.openmetadata.accessservices.communityprofile.properties with parameters of type ContactMethodProperties Constructor Description ContactMethodProperties(ContactMethodProperties template)Copy/clone constructor
-