public class EmailArchiveApi extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
EmailArchiveApi.GetBCCEmailArchiveHistoryListOptions |
class |
EmailArchiveApi.GetBCCEmailArchiveListOptions |
| Constructor and Description |
|---|
EmailArchiveApi() |
EmailArchiveApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
BccEmailArchive |
createBCCEmailArchive(String accountId,
BccEmailArchive bccEmailArchive)
Creates a blind carbon copy email archive entry
|
void |
deleteBCCEmailArchive(String accountId,
String bccEmailArchiveId)
Delete a blind carbon copy email archive for an account.
|
ApiClient |
getApiClient() |
BccEmailArchiveHistoryList |
getBCCEmailArchiveHistoryList(String accountId,
String bccEmailArchiveId)
Get the blind carbon copy email archive history entries for the specified archive
|
BccEmailArchiveHistoryList |
getBCCEmailArchiveHistoryList(String accountId,
String bccEmailArchiveId,
EmailArchiveApi.GetBCCEmailArchiveHistoryListOptions options)
Get the blind carbon copy email archive history entries for the specified archive
|
BccEmailArchiveList |
getBCCEmailArchiveList(String accountId)
Get the blind carbon copy email archive entries owned by the specified account
|
BccEmailArchiveList |
getBCCEmailArchiveList(String accountId,
EmailArchiveApi.GetBCCEmailArchiveListOptions options)
Get the blind carbon copy email archive entries owned by the specified account
|
void |
setApiClient(ApiClient apiClient) |
public EmailArchiveApi()
public EmailArchiveApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public BccEmailArchive createBCCEmailArchive(String accountId, BccEmailArchive bccEmailArchive) throws ApiException
accountId - The external account number (int) or account ID Guid. (required)bccEmailArchive - (optional)ApiException - if fails to make API callpublic void deleteBCCEmailArchive(String accountId, String bccEmailArchiveId) throws ApiException
accountId - The external account number (int) or account ID Guid. (required)bccEmailArchiveId - (required)ApiException - if fails to make API callpublic BccEmailArchiveHistoryList getBCCEmailArchiveHistoryList(String accountId, String bccEmailArchiveId) throws ApiException
accountId - The external account number (int) or account ID Guid. (required)bccEmailArchiveId - (required)ApiExceptionpublic BccEmailArchiveHistoryList getBCCEmailArchiveHistoryList(String accountId, String bccEmailArchiveId, EmailArchiveApi.GetBCCEmailArchiveHistoryListOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid. (required)bccEmailArchiveId - (required)options - for modifying the method behavior.ApiException - if fails to make API callpublic BccEmailArchiveList getBCCEmailArchiveList(String accountId) throws ApiException
accountId - The external account number (int) or account ID Guid. (required)ApiExceptionpublic BccEmailArchiveList getBCCEmailArchiveList(String accountId, EmailArchiveApi.GetBCCEmailArchiveListOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid. (required)options - for modifying the method behavior.ApiException - if fails to make API callCopyright © 2020. All rights reserved.