| 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 |
|---|---|
String |
PersonalProfileManagementInterface.addContactMethod(String userId,
String profileUserId,
ContactMethodType type,
String service,
String value)
Add a new contact method to the requesting user's profile.
|
String |
MyPersonalProfileInterface.addMyContactMethod(String userId,
ContactMethodType type,
String service,
String value)
Add a new contact method to the requesting user's profile.
|
void |
PersonalProfileManagementInterface.deleteContactMethod(String userId,
String profileUserId,
String contactMethodGUID,
ContactMethodType type)
Remove an obsolete contact method from the requesting user's profile.
|
void |
MyPersonalProfileInterface.deleteMyContactMethod(String userId,
String contactMethodGUID,
ContactMethodType type)
Remove an obsolete contact method from the requesting user's profile.
|
| Modifier and Type | Method and Description |
|---|---|
ContactMethodType |
ContactMethod.getType()
Return the type of the contact method.
|
static ContactMethodType |
ContactMethodType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContactMethodType[] |
ContactMethodType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContactMethod.setType(ContactMethodType type)
Set up the type of the contact method.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.