ExportControllerApi class

Constructors

ExportControllerApi([ApiClient? apiClient])

Properties

apiClient ApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

exportEntities(String exportType, String apiKey, String outputFormat, {String? filter, String? listSeparatorToken, bool? excludePreviouslyExported, DateTime? createdEarliestTime, DateTime? createdOldestTime}) Future<List<String>?>
Export inboxes link callable via browser
exportEntitiesWithHttpInfo(String exportType, String apiKey, String outputFormat, {String? filter, String? listSeparatorToken, bool? excludePreviouslyExported, DateTime? createdEarliestTime, DateTime? createdOldestTime}) Future<Response>
Export inboxes link callable via browser
Get export link
getExportLinkWithHttpInfo(String exportType, ExportOptions exportOptions, {String? apiKey}) Future<Response>
Get export link
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited