Package io.voucherify.client.model
Class ExportParameters
java.lang.Object
io.voucherify.client.model.ExportParameters
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ExportParameters
extends Object
ExportParameters
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumGets or Sets fieldsstatic enumGets or Sets order -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddFieldsItem(ExportParameters.FieldsEnum fieldsItem) booleanfields(List<ExportParameters.FieldsEnum> fields) filters(ExportParametersFilters filters) static ExportParametersCreate an instance of ExportParameters given an JSON stringArray of strings containing the data in the export.Get filtersgetOrder()Get orderinthashCode()order(ExportParameters.OrderEnum order) voidsetFields(List<ExportParameters.FieldsEnum> fields) voidsetFilters(ExportParametersFilters filters) voidtoJson()Convert an instance of ExportParameters to an JSON stringtoString()
-
Field Details
-
SERIALIZED_NAME_ORDER
- See Also:
-
SERIALIZED_NAME_FIELDS
- See Also:
-
SERIALIZED_NAME_FILTERS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ExportParameters
public ExportParameters()
-
-
Method Details
-
order
-
getOrder
-
setOrder
-
fields
-
addFieldsItem
-
getFields
Array of strings containing the data in the export. These fields define the headers in the CSV file.- Returns:
- fields
-
setFields
-
filters
-
getFilters
-
setFilters
-
equals
-
hashCode
-
toString
-
fromJson
Create an instance of ExportParameters given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ExportParameters
- Throws:
IOException- if the JSON string is invalid with respect to ExportParameters
-
toJson
Convert an instance of ExportParameters to an JSON string- Returns:
- JSON string
-