| 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.properties |
| Modifier and Type | Method and Description |
|---|---|
List<ContactMethod> |
PersonalProfileManagementInterface.getContactDetails(String userId,
String profileUserId)
Return the list of contact methods for this user.
|
List<ContactMethod> |
MyPersonalProfileInterface.getMyContactDetails(String userId)
Return the list of contact methods for this user.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContactMethod> |
ActorHeader.getContactDetails()
Return the contact details for this person or team.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActorHeader.setContactDetails(List<ContactMethod> contactDetails)
Set up the contact details for the person or team.
|
| Constructor and Description |
|---|
ContactMethod(ContactMethod template)
Copy/clone constructor
|
Copyright © 2018–2020 ODPi. All rights reserved.