@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2017-12-17T23:29:05.070-05:00") public class DisclaimerApi extends Object
| Constructor and Description |
|---|
DisclaimerApi() |
DisclaimerApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
Disclaimer |
v1AdminDisclaimerDidGet(String sessionToken,
String did)
Get a disclaimer by disclaimer id
|
UserIdList |
v1AdminDisclaimerDidUsersGet(String sessionToken,
String did)
List all users assigned to this disclaimer
|
DisclaimerList |
v1AdminDisclaimerListGet(String sessionToken)
List all disclaimers for the company (pod)
|
public DisclaimerApi()
public DisclaimerApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public Disclaimer v1AdminDisclaimerDidGet(String sessionToken, String did) throws ApiException
sessionToken - Session authentication token. (required)did - The ID of the entity (required)ApiException - if fails to make API callpublic UserIdList v1AdminDisclaimerDidUsersGet(String sessionToken, String did) throws ApiException
sessionToken - Session authentication token. (required)did - The ID of the entity (required)ApiException - if fails to make API callpublic DisclaimerList v1AdminDisclaimerListGet(String sessionToken) throws ApiException
sessionToken - Session authentication token. (required)ApiException - if fails to make API callCopyright © 2017 Symphony Software Foundation. All rights reserved.