public class ExportControllerApi extends Object
Constructor and Description |
---|
ExportControllerApi() |
ExportControllerApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
List<byte[]> |
exportEntities(String exportType,
String apiKey,
String outputFormat,
String filter,
String listSeparatorToken,
Boolean excludePreviouslyExported,
OffsetDateTime createdEarliestTime,
OffsetDateTime createdOldestTime)
Export inboxes link callable via browser
|
okhttp3.Call |
exportEntitiesAsync(String exportType,
String apiKey,
String outputFormat,
String filter,
String listSeparatorToken,
Boolean excludePreviouslyExported,
OffsetDateTime createdEarliestTime,
OffsetDateTime createdOldestTime,
ApiCallback<List<byte[]>> _callback)
Export inboxes link callable via browser (asynchronously)
|
okhttp3.Call |
exportEntitiesCall(String exportType,
String apiKey,
String outputFormat,
String filter,
String listSeparatorToken,
Boolean excludePreviouslyExported,
OffsetDateTime createdEarliestTime,
OffsetDateTime createdOldestTime,
ApiCallback _callback)
Build call for exportEntities
|
ApiResponse<List<byte[]>> |
exportEntitiesWithHttpInfo(String exportType,
String apiKey,
String outputFormat,
String filter,
String listSeparatorToken,
Boolean excludePreviouslyExported,
OffsetDateTime createdEarliestTime,
OffsetDateTime createdOldestTime)
Export inboxes link callable via browser
|
ApiClient |
getApiClient() |
String |
getCustomBaseUrl() |
ExportLink |
getExportLink(String exportType,
ExportOptions exportOptions,
String apiKey)
Get export link
|
okhttp3.Call |
getExportLinkAsync(String exportType,
ExportOptions exportOptions,
String apiKey,
ApiCallback<ExportLink> _callback)
Get export link (asynchronously)
|
okhttp3.Call |
getExportLinkCall(String exportType,
ExportOptions exportOptions,
String apiKey,
ApiCallback _callback)
Build call for getExportLink
|
ApiResponse<ExportLink> |
getExportLinkWithHttpInfo(String exportType,
ExportOptions exportOptions,
String apiKey)
Get export link
|
int |
getHostIndex() |
void |
setApiClient(ApiClient apiClient) |
void |
setCustomBaseUrl(String customBaseUrl) |
void |
setHostIndex(int hostIndex) |
public ExportControllerApi()
public ExportControllerApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public int getHostIndex()
public void setHostIndex(int hostIndex)
public String getCustomBaseUrl()
public void setCustomBaseUrl(String customBaseUrl)
public okhttp3.Call exportEntitiesCall(String exportType, String apiKey, String outputFormat, String filter, String listSeparatorToken, Boolean excludePreviouslyExported, OffsetDateTime createdEarliestTime, OffsetDateTime createdOldestTime, ApiCallback _callback) throws ApiException
exportType
- (required)apiKey
- (required)outputFormat
- (required)filter
- (optional)listSeparatorToken
- (optional)excludePreviouslyExported
- (optional)createdEarliestTime
- (optional)createdOldestTime
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public List<byte[]> exportEntities(String exportType, String apiKey, String outputFormat, String filter, String listSeparatorToken, Boolean excludePreviouslyExported, OffsetDateTime createdEarliestTime, OffsetDateTime createdOldestTime) throws ApiException
exportType
- (required)apiKey
- (required)outputFormat
- (required)filter
- (optional)listSeparatorToken
- (optional)excludePreviouslyExported
- (optional)createdEarliestTime
- (optional)createdOldestTime
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<List<byte[]>> exportEntitiesWithHttpInfo(String exportType, String apiKey, String outputFormat, String filter, String listSeparatorToken, Boolean excludePreviouslyExported, OffsetDateTime createdEarliestTime, OffsetDateTime createdOldestTime) throws ApiException
exportType
- (required)apiKey
- (required)outputFormat
- (required)filter
- (optional)listSeparatorToken
- (optional)excludePreviouslyExported
- (optional)createdEarliestTime
- (optional)createdOldestTime
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call exportEntitiesAsync(String exportType, String apiKey, String outputFormat, String filter, String listSeparatorToken, Boolean excludePreviouslyExported, OffsetDateTime createdEarliestTime, OffsetDateTime createdOldestTime, ApiCallback<List<byte[]>> _callback) throws ApiException
exportType
- (required)apiKey
- (required)outputFormat
- (required)filter
- (optional)listSeparatorToken
- (optional)excludePreviouslyExported
- (optional)createdEarliestTime
- (optional)createdOldestTime
- (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getExportLinkCall(String exportType, ExportOptions exportOptions, String apiKey, ApiCallback _callback) throws ApiException
exportType
- (required)exportOptions
- (required)apiKey
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
public ExportLink getExportLink(String exportType, ExportOptions exportOptions, String apiKey) throws ApiException
exportType
- (required)exportOptions
- (required)apiKey
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public ApiResponse<ExportLink> getExportLinkWithHttpInfo(String exportType, ExportOptions exportOptions, String apiKey) throws ApiException
exportType
- (required)exportOptions
- (required)apiKey
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodyStatus Code | Description | Response Headers |
200 | OK | - |
public okhttp3.Call getExportLinkAsync(String exportType, ExportOptions exportOptions, String apiKey, ApiCallback<ExportLink> _callback) throws ApiException
exportType
- (required)exportOptions
- (required)apiKey
- (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectStatus Code | Description | Response Headers |
200 | OK | - |
Copyright © 2023. All rights reserved.