Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.properties.ContactMethodType
-
Packages that use ContactMethodType Package Description org.odpi.openmetadata.accessservices.communityprofile.api The API package defines the Java interfaces supported by the Community Profile OMAS.org.odpi.openmetadata.accessservices.communityprofile.properties These beans describe the core properties that are passed to the server to create and update metadata. -
-
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. getContactMethodType()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. setContactMethodType(ContactMethodType contactMethodType)Set up the type of the contact method.
-