Package io.voucherify.client.model
Class ExportsCreateRequestBodyParameters
java.lang.Object
io.voucherify.client.model.ExportsCreateRequestBodyParameters
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ExportsCreateRequestBodyParameters
extends Object
ExportsCreateRequestBodyParameters
-
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 TypeMethodDescriptionbooleanCreate an instance of ExportsCreateRequestBodyParameters given an JSON stringArray of strings containing the data in the export.Get filtersgetOrder()Get orderinthashCode()voidvoidvoidtoJson()Convert an instance of ExportsCreateRequestBodyParameters 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
-
ExportsCreateRequestBodyParameters
public ExportsCreateRequestBodyParameters()
-
-
Method Details
-
order
-
getOrder
-
setOrder
-
fields
public ExportsCreateRequestBodyParameters fields(List<ExportsCreateRequestBodyParameters.FieldsEnum> fields) -
addFieldsItem
public ExportsCreateRequestBodyParameters addFieldsItem(ExportsCreateRequestBodyParameters.FieldsEnum fieldsItem) -
getFields
Array of strings containing the data in the export. These fields define the headers in the CSV file.- Returns:
- fields
-
setFields
-
filters
public ExportsCreateRequestBodyParameters filters(ExportsCreateRequestBodyParametersFilters filters) -
getFilters
Get filters- Returns:
- filters
-
setFilters
-
equals
-
hashCode
-
toString
-
fromJson
Create an instance of ExportsCreateRequestBodyParameters given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ExportsCreateRequestBodyParameters
- Throws:
IOException- if the JSON string is invalid with respect to ExportsCreateRequestBodyParameters
-
toJson
Convert an instance of ExportsCreateRequestBodyParameters to an JSON string- Returns:
- JSON string
-