Package io.voucherify.client.model
Class ParameterFiltersListCustomerRedeemablesCampaignType
java.lang.Object
io.voucherify.client.model.ParameterFiltersListCustomerRedeemablesCampaignType
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ParameterFiltersListCustomerRedeemablesCampaignType
extends Object
Type of the campaign. Allowed values: `DISCOUNT_COUPONS`, `REFERRAL_PROGRAM`, `GIFT_VOUCHERS`, `LOYALTY_PROGRAM`
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SERIALIZED_NAME_CONDITIONS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ParameterFiltersListCustomerRedeemablesCampaignType
public ParameterFiltersListCustomerRedeemablesCampaignType()
-
-
Method Details
-
conditions
public ParameterFiltersListCustomerRedeemablesCampaignType conditions(ParameterFiltersListCustomerRedeemablesCampaignTypeConditions conditions) -
getConditions
Get conditions- Returns:
- conditions
-
setConditions
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
public static ParameterFiltersListCustomerRedeemablesCampaignType fromJson(String jsonString) throws IOException Create an instance of ParameterFiltersListCustomerRedeemablesCampaignType given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ParameterFiltersListCustomerRedeemablesCampaignType
- Throws:
IOException- if the JSON string is invalid with respect to ParameterFiltersListCustomerRedeemablesCampaignType
-
toJson
Convert an instance of ParameterFiltersListCustomerRedeemablesCampaignType to an JSON string- Returns:
- JSON string
-