-
public final class ExportOptionsOptions for exporting user data
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumExportOptions.OutputFormatValues: dEFAULT,eXCEL
-
Field Summary
Fields Modifier and Type Field Description private final ExportOptions.OutputFormatoutputFormatprivate final BooleanexcludePreviouslyExportedprivate final OffsetDateTimecreatedEarliestTimeprivate final OffsetDateTimecreatedOldestTimeprivate final Stringfilterprivate final StringlistSeparatorToken
-
Constructor Summary
Constructors Constructor Description ExportOptions(ExportOptions.OutputFormat outputFormat, Boolean excludePreviouslyExported, OffsetDateTime createdEarliestTime, OffsetDateTime createdOldestTime, String filter, String listSeparatorToken)
-
Method Summary
Modifier and Type Method Description final ExportOptions.OutputFormatgetOutputFormat()final BooleangetExcludePreviouslyExported()final OffsetDateTimegetCreatedEarliestTime()final OffsetDateTimegetCreatedOldestTime()final StringgetFilter()final StringgetListSeparatorToken()-
-
Constructor Detail
-
ExportOptions
ExportOptions(ExportOptions.OutputFormat outputFormat, Boolean excludePreviouslyExported, OffsetDateTime createdEarliestTime, OffsetDateTime createdOldestTime, String filter, String listSeparatorToken)
-
-
Method Detail
-
getOutputFormat
final ExportOptions.OutputFormat getOutputFormat()
-
getExcludePreviouslyExported
final Boolean getExcludePreviouslyExported()
-
getCreatedEarliestTime
final OffsetDateTime getCreatedEarliestTime()
-
getCreatedOldestTime
final OffsetDateTime getCreatedOldestTime()
-
getListSeparatorToken
final String getListSeparatorToken()
-
-
-
-