Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.properties.ContactMethodType
-
Packages that use ContactMethodType 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 -
-
Uses of ContactMethodType in org.odpi.openmetadata.accessservices.communityprofile.api
Methods in org.odpi.openmetadata.accessservices.communityprofile.api with parameters of type ContactMethodType Modifier and Type Method Description StringPersonalProfileManagementInterface. addContactMethod(String userId, String externalSourceGUID, String externalSourceName, String profileUserId, ContactMethodType type, String service, String value)Add a new contact method to the requesting user's profile.StringMyPersonalProfileInterface. addMyContactMethod(String userId, ContactMethodType type, String service, String value)Add a new contact method to the requesting user's profile.voidPersonalProfileManagementInterface. deleteContactMethod(String userId, String externalSourceGUID, String externalSourceName, String profileUserId, String contactMethodGUID, ContactMethodType type)Remove an obsolete contact method from the requesting user's profile.voidMyPersonalProfileInterface. deleteMyContactMethod(String userId, String contactMethodGUID, ContactMethodType type)Remove an obsolete contact method from the requesting user's profile. -
Uses of ContactMethodType in org.odpi.openmetadata.accessservices.communityprofile.properties
Methods in org.odpi.openmetadata.accessservices.communityprofile.properties that return ContactMethodType Modifier and Type Method Description ContactMethodTypeContactMethodProperties. getType()Return the type of the contact method.static ContactMethodTypeContactMethodType. 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.Methods in org.odpi.openmetadata.accessservices.communityprofile.properties with parameters of type ContactMethodType Modifier and Type Method Description voidContactMethodProperties. setType(ContactMethodType type)Set up the type of the contact method.
-