Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.client.rest.CommunityProfileRESTClient
-
Packages that use CommunityProfileRESTClient Package Description org.odpi.openmetadata.accessservices.communityprofile.client -
-
Uses of CommunityProfileRESTClient in org.odpi.openmetadata.accessservices.communityprofile.client
Constructors in org.odpi.openmetadata.accessservices.communityprofile.client with parameters of type CommunityProfileRESTClient Constructor Description MetadataSourceClient(String serverName, String serverPlatformURLRoot, CommunityProfileRESTClient restClient, int maxPageSize)Create a new client that passes userId and password in each HTTP request.MyProfileManagement(String serverName, String serverPlatformURLRoot, CommunityProfileRESTClient restClient, int maxPageSize)Create a new client that passes userId and password in each HTTP request.PersonalProfileManagement(String serverName, String serverPlatformURLRoot, CommunityProfileRESTClient restClient, int maxPageSize)Create a new client that passes userId and password in each HTTP request.UserIdentityManagement(String serverName, String serverPlatformURLRoot, CommunityProfileRESTClient restClient, int maxPageSize)Create a new client that passes userId and password in each HTTP request.
-