Package io.voucherify.client.model
Class ParameterFiltersListCustomerRedeemablesHolderRole
java.lang.Object
io.voucherify.client.model.ParameterFiltersListCustomerRedeemablesHolderRole
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ParameterFiltersListCustomerRedeemablesHolderRole
extends Object
Holder role of the redeemable. Allowed values: `OWNER`, `REFEREE`, `REFERRER`.
-
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
-
ParameterFiltersListCustomerRedeemablesHolderRole
public ParameterFiltersListCustomerRedeemablesHolderRole()
-
-
Method Details
-
conditions
public ParameterFiltersListCustomerRedeemablesHolderRole conditions(ParameterFiltersListCustomerRedeemablesHolderRoleConditions conditions) -
getConditions
Get conditions- Returns:
- conditions
-
setConditions
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
public static ParameterFiltersListCustomerRedeemablesHolderRole fromJson(String jsonString) throws IOException Create an instance of ParameterFiltersListCustomerRedeemablesHolderRole given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ParameterFiltersListCustomerRedeemablesHolderRole
- Throws:
IOException- if the JSON string is invalid with respect to ParameterFiltersListCustomerRedeemablesHolderRole
-
toJson
Convert an instance of ParameterFiltersListCustomerRedeemablesHolderRole to an JSON string- Returns:
- JSON string
-