Package com.docusign.esign.api
Class EmailArchiveApi
- java.lang.Object
-
- com.docusign.esign.api.EmailArchiveApi
-
public class EmailArchiveApi extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classEmailArchiveApi.GetBCCEmailArchiveHistoryListOptionsclassEmailArchiveApi.GetBCCEmailArchiveListOptions
-
Constructor Summary
Constructors Constructor Description EmailArchiveApi()EmailArchiveApi(ApiClient apiClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BccEmailArchivecreateBCCEmailArchive(String accountId, BccEmailArchive bccEmailArchive)Creates a blind carbon copy email archive entryvoiddeleteBCCEmailArchive(String accountId, String bccEmailArchiveId)Delete a blind carbon copy email archive for an account.ApiClientgetApiClient()BccEmailArchiveHistoryListgetBCCEmailArchiveHistoryList(String accountId, String bccEmailArchiveId)Get the blind carbon copy email archive history entries for the specified archiveBccEmailArchiveHistoryListgetBCCEmailArchiveHistoryList(String accountId, String bccEmailArchiveId, EmailArchiveApi.GetBCCEmailArchiveHistoryListOptions options)Get the blind carbon copy email archive history entries for the specified archiveBccEmailArchiveListgetBCCEmailArchiveList(String accountId)Get the blind carbon copy email archive entries owned by the specified accountBccEmailArchiveListgetBCCEmailArchiveList(String accountId, EmailArchiveApi.GetBCCEmailArchiveListOptions options)Get the blind carbon copy email archive entries owned by the specified accountvoidsetApiClient(ApiClient apiClient)
-
-
-
Constructor Detail
-
EmailArchiveApi
public EmailArchiveApi()
-
EmailArchiveApi
public EmailArchiveApi(ApiClient apiClient)
-
-
Method Detail
-
getApiClient
public ApiClient getApiClient()
-
setApiClient
public void setApiClient(ApiClient apiClient)
-
createBCCEmailArchive
public BccEmailArchive createBCCEmailArchive(String accountId, BccEmailArchive bccEmailArchive) throws ApiException
Creates a blind carbon copy email archive entry- Parameters:
accountId- The external account number (int) or account ID Guid. (required)bccEmailArchive- (optional)- Returns:
- BccEmailArchive
- Throws:
ApiException- if fails to make API call
-
deleteBCCEmailArchive
public void deleteBCCEmailArchive(String accountId, String bccEmailArchiveId) throws ApiException
Delete a blind carbon copy email archive for an account.- Parameters:
accountId- The external account number (int) or account ID Guid. (required)bccEmailArchiveId- (required)- Throws:
ApiException- if fails to make API call
-
getBCCEmailArchiveHistoryList
public BccEmailArchiveHistoryList getBCCEmailArchiveHistoryList(String accountId, String bccEmailArchiveId) throws ApiException
Get the blind carbon copy email archive history entries for the specified archive- Parameters:
accountId- The external account number (int) or account ID Guid. (required)bccEmailArchiveId- (required)- Returns:
- BccEmailArchiveHistoryList
- Throws:
ApiException
-
getBCCEmailArchiveHistoryList
public BccEmailArchiveHistoryList getBCCEmailArchiveHistoryList(String accountId, String bccEmailArchiveId, EmailArchiveApi.GetBCCEmailArchiveHistoryListOptions options) throws ApiException
Get the blind carbon copy email archive history entries for the specified archive- Parameters:
accountId- The external account number (int) or account ID Guid. (required)bccEmailArchiveId- (required)options- for modifying the method behavior.- Returns:
- BccEmailArchiveHistoryList
- Throws:
ApiException- if fails to make API call
-
getBCCEmailArchiveList
public BccEmailArchiveList getBCCEmailArchiveList(String accountId) throws ApiException
Get the blind carbon copy email archive entries owned by the specified account- Parameters:
accountId- The external account number (int) or account ID Guid. (required)- Returns:
- BccEmailArchiveList
- Throws:
ApiException
-
getBCCEmailArchiveList
public BccEmailArchiveList getBCCEmailArchiveList(String accountId, EmailArchiveApi.GetBCCEmailArchiveListOptions options) throws ApiException
Get the blind carbon copy email archive entries owned by the specified account- Parameters:
accountId- The external account number (int) or account ID Guid. (required)options- for modifying the method behavior.- Returns:
- BccEmailArchiveList
- Throws:
ApiException- if fails to make API call
-
-