-
public final class ExportControllerApi extends ApiClient
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classExportControllerApi.Companion
-
Constructor Summary
Constructors Constructor Description ExportControllerApi(String xApiKey, String basePath)
-
Method Summary
Modifier and Type Method Description final StringgetBaseUrl()final List<ByteArray>exportEntities(String exportType, String apiKey, String outputFormat, String filter, String listSeparatorToken, Boolean excludePreviouslyExported, OffsetDateTime createdEarliestTime, OffsetDateTime createdOldestTime)Export inboxes link callable via browser final RequestConfigexportEntitiesRequestConfig(String exportType, String apiKey, String outputFormat, String filter, String listSeparatorToken, Boolean excludePreviouslyExported, OffsetDateTime createdEarliestTime, OffsetDateTime createdOldestTime)To obtain the request config of the operation exportEntities final ExportLinkgetExportLink(String exportType, ExportOptions exportOptions, String apiKey)Get export link final RequestConfiggetExportLinkRequestConfig(String exportType, ExportOptions exportOptions, String apiKey)To obtain the request config of the operation getExportLink -
-
Method Detail
-
getBaseUrl
final String getBaseUrl()
-
exportEntities
final List<ByteArray> exportEntities(String exportType, String apiKey, String outputFormat, String filter, String listSeparatorToken, Boolean excludePreviouslyExported, OffsetDateTime createdEarliestTime, OffsetDateTime createdOldestTime)
Export inboxes link callable via browser
- Parameters:
filter- (optional)listSeparatorToken- (optional)excludePreviouslyExported- (optional)createdEarliestTime- (optional)createdOldestTime- (optional)
-
exportEntitiesRequestConfig
final RequestConfig exportEntitiesRequestConfig(String exportType, String apiKey, String outputFormat, String filter, String listSeparatorToken, Boolean excludePreviouslyExported, OffsetDateTime createdEarliestTime, OffsetDateTime createdOldestTime)
To obtain the request config of the operation exportEntities
- Parameters:
filter- (optional)listSeparatorToken- (optional)excludePreviouslyExported- (optional)createdEarliestTime- (optional)createdOldestTime- (optional)
-
getExportLink
final ExportLink getExportLink(String exportType, ExportOptions exportOptions, String apiKey)
Get export link
- Parameters:
apiKey- (optional)
-
getExportLinkRequestConfig
final RequestConfig getExportLinkRequestConfig(String exportType, ExportOptions exportOptions, String apiKey)
To obtain the request config of the operation getExportLink
- Parameters:
apiKey- (optional)
-
-
-
-