public class OrganizationsApi extends Object
| Constructor and Description |
|---|
OrganizationsApi() |
OrganizationsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteReport(String organizationId,
String reportCorrelationId)
Retrieves org level report by correlation id and site.
|
ApiClient |
getApiClient() |
void |
getReport(String organizationId,
String reportCorrelationId)
Retrieves org level report by correlation id and site.
|
void |
setApiClient(ApiClient apiClient) |
public OrganizationsApi()
public OrganizationsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public void deleteReport(String organizationId, String reportCorrelationId) throws ApiException
organizationId - (required)reportCorrelationId - (required)ApiException - if fails to make API callpublic void getReport(String organizationId, String reportCorrelationId) throws ApiException
organizationId - (required)reportCorrelationId - (required)ApiException - if fails to make API callCopyright © 2020. All rights reserved.