@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-12T23:33:57.654989Z[Etc/UTC]") public class ExportOptions extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ExportOptions.CustomTypeAdapterFactory  | 
static class  | 
ExportOptions.OutputFormatEnum
Gets or Sets outputFormat 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static HashSet<String> | 
openapiFields  | 
static HashSet<String> | 
openapiRequiredFields  | 
static String | 
SERIALIZED_NAME_CREATED_EARLIEST_TIME  | 
static String | 
SERIALIZED_NAME_CREATED_OLDEST_TIME  | 
static String | 
SERIALIZED_NAME_EXCLUDE_PREVIOUSLY_EXPORTED  | 
static String | 
SERIALIZED_NAME_FILTER  | 
static String | 
SERIALIZED_NAME_LIST_SEPARATOR_TOKEN  | 
static String | 
SERIALIZED_NAME_OUTPUT_FORMAT  | 
| Constructor and Description | 
|---|
ExportOptions()  | 
public static final String SERIALIZED_NAME_OUTPUT_FORMAT
public static final String SERIALIZED_NAME_EXCLUDE_PREVIOUSLY_EXPORTED
public static final String SERIALIZED_NAME_CREATED_EARLIEST_TIME
public static final String SERIALIZED_NAME_CREATED_OLDEST_TIME
public static final String SERIALIZED_NAME_FILTER
public static final String SERIALIZED_NAME_LIST_SEPARATOR_TOKEN
public ExportOptions outputFormat(ExportOptions.OutputFormatEnum outputFormat)
@Nonnull public ExportOptions.OutputFormatEnum getOutputFormat()
public void setOutputFormat(ExportOptions.OutputFormatEnum outputFormat)
public ExportOptions excludePreviouslyExported(Boolean excludePreviouslyExported)
@Nullable public Boolean getExcludePreviouslyExported()
public void setExcludePreviouslyExported(Boolean excludePreviouslyExported)
public ExportOptions createdEarliestTime(OffsetDateTime createdEarliestTime)
@Nullable public OffsetDateTime getCreatedEarliestTime()
public void setCreatedEarliestTime(OffsetDateTime createdEarliestTime)
public ExportOptions createdOldestTime(OffsetDateTime createdOldestTime)
@Nullable public OffsetDateTime getCreatedOldestTime()
public void setCreatedOldestTime(OffsetDateTime createdOldestTime)
public ExportOptions filter(String filter)
public void setFilter(String filter)
public ExportOptions listSeparatorToken(String listSeparatorToken)
@Nullable public String getListSeparatorToken()
public void setListSeparatorToken(String listSeparatorToken)
public static void validateJsonObject(com.google.gson.JsonObject jsonObj)
                               throws IOException
jsonObj - JSON ObjectIOException - if the JSON Object is invalid with respect to ExportOptionspublic static ExportOptions fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to ExportOptionspublic String toJson()
Copyright © 2023. All rights reserved.