Package com.docusign.esign.api
Class EmailArchiveApi
- java.lang.Object
-
- com.docusign.esign.api.EmailArchiveApi
-
public class EmailArchiveApi extends java.lang.ObjectEmailArchiveApi class.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classEmailArchiveApi.GetBCCEmailArchiveHistoryListOptionsGetBCCEmailArchiveHistoryListOptions Class.classEmailArchiveApi.GetBCCEmailArchiveListOptionsGetBCCEmailArchiveListOptions Class.
-
Constructor Summary
Constructors Constructor Description EmailArchiveApi()EmailArchiveApi.EmailArchiveApi(ApiClient apiClient)EmailArchiveApi.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BccEmailArchivecreateBCCEmailArchive(java.lang.String accountId, BccEmailArchive bccEmailArchive)Creates a blind carbon copy email archive entry.voiddeleteBCCEmailArchive(java.lang.String accountId, java.lang.String bccEmailArchiveId)Delete a blind carbon copy email archive for an account..ApiClientgetApiClient()getApiClient Method.BccEmailArchiveHistoryListgetBCCEmailArchiveHistoryList(java.lang.String accountId, java.lang.String bccEmailArchiveId)Get the blind carbon copy email archive history entries for the specified archive.BccEmailArchiveHistoryListgetBCCEmailArchiveHistoryList(java.lang.String accountId, java.lang.String bccEmailArchiveId, EmailArchiveApi.GetBCCEmailArchiveHistoryListOptions options)Get the blind carbon copy email archive history entries for the specified archive.BccEmailArchiveListgetBCCEmailArchiveList(java.lang.String accountId)Get the blind carbon copy email archive entries owned by the specified account.BccEmailArchiveListgetBCCEmailArchiveList(java.lang.String accountId, EmailArchiveApi.GetBCCEmailArchiveListOptions options)Get the blind carbon copy email archive entries owned by the specified account.voidsetApiClient(ApiClient apiClient)setApiClient Method.
-
-
-
Constructor Detail
-
EmailArchiveApi
public EmailArchiveApi()
EmailArchiveApi.
-
EmailArchiveApi
public EmailArchiveApi(ApiClient apiClient)
EmailArchiveApi.
-
-
Method Detail
-
getApiClient
public ApiClient getApiClient()
getApiClient Method.- Returns:
- ApiClient
-
setApiClient
public void setApiClient(ApiClient apiClient)
setApiClient Method.
-
createBCCEmailArchive
public BccEmailArchive createBCCEmailArchive(java.lang.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(java.lang.String accountId, java.lang.String bccEmailArchiveId) throws ApiExceptionDelete 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(java.lang.String accountId, java.lang.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(java.lang.String accountId, java.lang.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(java.lang.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(java.lang.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
-
-