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.metadataelements org.odpi.openmetadata.accessservices.communityprofile.properties org.odpi.openmetadata.accessservices.communityprofile.rest This package defines the beans used to build the REST request and response payloads. -
-
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.Methods in org.odpi.openmetadata.accessservices.communityprofile.api with parameters of type ContactMethodProperties Modifier and Type Method Description StringOrganizationManagementInterface. addContactMethod(String userId, String externalSourceGUID, String externalSourceName, String actorProfileGUID, ContactMethodProperties properties)Add a new contact method to the profile. -
Uses of ContactMethodProperties in org.odpi.openmetadata.accessservices.communityprofile.metadataelements
Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements that return ContactMethodProperties Modifier and Type Method Description ContactMethodPropertiesContactMethodElement. getProperties()Return the properties of the contact method.Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements 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 -
Uses of ContactMethodProperties in org.odpi.openmetadata.accessservices.communityprofile.rest
Methods in org.odpi.openmetadata.accessservices.communityprofile.rest that return ContactMethodProperties Modifier and Type Method Description ContactMethodPropertiesContactMethodRequestBody. getProperties()Return the properties for this contact method.Methods in org.odpi.openmetadata.accessservices.communityprofile.rest with parameters of type ContactMethodProperties Modifier and Type Method Description voidContactMethodRequestBody. setProperties(ContactMethodProperties properties)Set up the properties for this contact method.
-