public class CxProfileServiceClientAdapter extends AbstractClientAdapter<CxProfileServiceClient> implements CxProfileServiceClient
| Constructor and Description |
|---|
CxProfileServiceClientAdapter() |
| Modifier and Type | Method and Description |
|---|---|
Profile |
getProfile(java.lang.String id)
Read profile data from yaas profile service.
|
Profile |
getProfile(java.lang.String id,
java.lang.String fields)
Read profile data from yaas profile service.
|
<any> |
getProfileAsync(java.lang.String id)
Read profile data from yaas profile service.
|
<any> |
getProfileAsync(java.lang.String id,
java.lang.String fields)
Read profile data from yaas profile service.
|
blocking, getAdaptee, getApiRegistryClientService, setApiRegistryClientServicepublic Profile getProfile(java.lang.String id)
CxProfileServiceClientgetProfile in interface CxProfileServiceClientid - Profile identifierpublic Profile getProfile(java.lang.String id, java.lang.String fields)
CxProfileServiceClientgetProfile in interface CxProfileServiceClientid - Profile identifierfields - List of fields which should be read from profile service separated by comma.public <any> getProfileAsync(java.lang.String id)
CxProfileServiceClientgetProfileAsync in interface CxProfileServiceClientid - Profile identifierpublic <any> getProfileAsync(java.lang.String id,
java.lang.String fields)
CxProfileServiceClientgetProfileAsync in interface CxProfileServiceClientid - Profile identifierfields - List of fields which should be read from profile service separated by comma.Copyright © 2018 SAP SE. All Rights Reserved.