Package com.docusign.esign.api
Class OrganizationsApi
- java.lang.Object
-
- com.docusign.esign.api.OrganizationsApi
-
public class OrganizationsApi extends Object
-
-
Constructor Summary
Constructors Constructor Description OrganizationsApi()OrganizationsApi(ApiClient apiClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeleteReport(String organizationId, String reportCorrelationId)Retrieves org level report by correlation id and site.ApiClientgetApiClient()voidgetReport(String organizationId, String reportCorrelationId)Retrieves org level report by correlation id and site.voidsetApiClient(ApiClient apiClient)
-
-
-
Constructor Detail
-
OrganizationsApi
public OrganizationsApi()
-
OrganizationsApi
public OrganizationsApi(ApiClient apiClient)
-
-
Method Detail
-
getApiClient
public ApiClient getApiClient()
-
setApiClient
public void setApiClient(ApiClient apiClient)
-
deleteReport
public void deleteReport(String organizationId, String reportCorrelationId) throws ApiException
Retrieves org level report by correlation id and site.- Parameters:
organizationId- (required)reportCorrelationId- (required)- Throws:
ApiException- if fails to make API call
-
getReport
public void getReport(String organizationId, String reportCorrelationId) throws ApiException
Retrieves org level report by correlation id and site.- Parameters:
organizationId- (required)reportCorrelationId- (required)- Throws:
ApiException- if fails to make API call
-
-