Package io.voucherify.client.model
Class ExportsGetResponseBodyParameters
java.lang.Object
io.voucherify.client.model.ExportsGetResponseBodyParameters
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ExportsGetResponseBodyParameters
extends Object
ExportsGetResponseBodyParameters
-
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 ExportsGetResponseBodyParameters given an JSON stringArray of strings containing the data in the export.Allowed additional properties must start with \"metadata.\" or \"redemption.\" and Allowed additional properties must start with \"metadata.\" and Allowed additional properties must start with \"metadata.\" or \"address.\" or \"summary.\" or \"loyalty.\" or \"loyalty_tier.\" or \"loyalty_points.\" or \"system_metadata.\"getOrder()Get orderinthashCode()voidvoidsetFilters(Object filters) voidtoJson()Convert an instance of ExportsGetResponseBodyParameters 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
-
ExportsGetResponseBodyParameters
public ExportsGetResponseBodyParameters()
-
-
Method Details
-
order
-
getOrder
Get order- Returns:
- order
-
setOrder
-
fields
public ExportsGetResponseBodyParameters fields(List<ExportsGetResponseBodyParameters.FieldsEnum> fields) -
addFieldsItem
public ExportsGetResponseBodyParameters addFieldsItem(ExportsGetResponseBodyParameters.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
-
getFilters
Allowed additional properties must start with \"metadata.\" or \"redemption.\" and Allowed additional properties must start with \"metadata.\" and Allowed additional properties must start with \"metadata.\" or \"address.\" or \"summary.\" or \"loyalty.\" or \"loyalty_tier.\" or \"loyalty_points.\" or \"system_metadata.\"- Returns:
- filters
-
setFilters
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
Create an instance of ExportsGetResponseBodyParameters given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ExportsGetResponseBodyParameters
- Throws:
IOException- if the JSON string is invalid with respect to ExportsGetResponseBodyParameters
-
toJson
Convert an instance of ExportsGetResponseBodyParameters to an JSON string- Returns:
- JSON string
-