Package io.voucherify.client.model
Class ExportParametersFilters
java.lang.Object
io.voucherify.client.model.ExportParametersFilters
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ExportParametersFilters
extends Object
ExportParametersFilters
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncampaignId(FieldConditions campaignId) createdAt(FieldConditions createdAt) booleanstatic ExportParametersFiltersCreate an instance of ExportParametersFilters given an JSON stringGet campaignIdGet createdAtGet junctionGet voucherIdinthashCode()voidsetCampaignId(FieldConditions campaignId) voidsetCreatedAt(FieldConditions createdAt) voidsetJunction(Junction junction) voidsetVoucherId(FieldConditions voucherId) toJson()Convert an instance of ExportParametersFilters to an JSON stringtoString()voucherId(FieldConditions voucherId)
-
Field Details
-
SERIALIZED_NAME_JUNCTION
- See Also:
-
SERIALIZED_NAME_CAMPAIGN_ID
- See Also:
-
SERIALIZED_NAME_VOUCHER_ID
- See Also:
-
SERIALIZED_NAME_CREATED_AT
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ExportParametersFilters
public ExportParametersFilters()
-
-
Method Details
-
junction
-
getJunction
-
setJunction
-
campaignId
-
getCampaignId
-
setCampaignId
-
voucherId
-
getVoucherId
-
setVoucherId
-
createdAt
-
getCreatedAt
-
setCreatedAt
-
equals
-
hashCode
-
toString
-
fromJson
Create an instance of ExportParametersFilters given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ExportParametersFilters
- Throws:
IOException- if the JSON string is invalid with respect to ExportParametersFilters
-
toJson
Convert an instance of ExportParametersFilters to an JSON string- Returns:
- JSON string
-