Package com.docusign.esign.api
Class OrganizationsApi
- java.lang.Object
-
- com.docusign.esign.api.OrganizationsApi
-
public class OrganizationsApi extends Object
OrganizationsApi class.
-
-
Constructor Summary
Constructors Constructor Description OrganizationsApi()OrganizationsApi.OrganizationsApi(ApiClient apiClient)OrganizationsApi.
-
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()getApiClient Method.voidgetReport(String organizationId, String reportCorrelationId)Retrieves org level report by correlation id and site..voidsetApiClient(ApiClient apiClient)setApiClient Method.
-
-
-
Constructor Detail
-
OrganizationsApi
public OrganizationsApi()
OrganizationsApi.
-
OrganizationsApi
public OrganizationsApi(ApiClient apiClient)
OrganizationsApi.
-
-
Method Detail
-
getApiClient
public ApiClient getApiClient()
getApiClient Method.- Returns:
- ApiClient
-
setApiClient
public void setApiClient(ApiClient apiClient)
setApiClient Method.
-
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
-
-