| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.communityprofile | |
| org.odpi.openmetadata.accessservices.communityprofile.properties |
| Modifier and Type | Method and Description |
|---|---|
List<ContactMethod> |
MyPersonalProfileInterface.getMyContactDetails(String UserId)
Return the list of contact methods for this user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MyPersonalProfileInterface.setUpMyProfile(String userId,
String qualifiedName,
String fullName,
String knownName,
String jobTitle,
String jobRoleDescription,
List<ContactMethod> contactDetails,
Map<String,String> additionalProperties)
Create or update the profile for the requesting 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–2019 ODPi. All rights reserved.