Package com.docusign.esign.api
Class EmailArchiveApi
- java.lang.Object
-
- com.docusign.esign.api.EmailArchiveApi
-
public class EmailArchiveApi extends Object
EmailArchiveApi 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(String accountId, BccEmailArchive bccEmailArchive)Creates a blind carbon copy email archive entry.voiddeleteBCCEmailArchive(String accountId, String bccEmailArchiveId)Delete a blind carbon copy email archive for an account..ApiClientgetApiClient()getApiClient Method.BccEmailArchiveHistoryListgetBCCEmailArchiveHistoryList(String accountId, String bccEmailArchiveId)Get the blind carbon copy email archive history entries for the specified archive.BccEmailArchiveHistoryListgetBCCEmailArchiveHistoryList(String accountId, String bccEmailArchiveId, EmailArchiveApi.GetBCCEmailArchiveHistoryListOptions options)Get the blind carbon copy email archive history entries for the specified archive.BccEmailArchiveListgetBCCEmailArchiveList(String accountId)Get the blind carbon copy email archive entries owned by the specified account.BccEmailArchiveListgetBCCEmailArchiveList(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(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
-
-