Package io.voucherify.client.model
Class ParameterFiltersListReferralsRedeemableHoldersHolderRoleConditions
java.lang.Object
io.voucherify.client.model.ParameterFiltersListReferralsRedeemableHoldersHolderRoleConditions
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ParameterFiltersListReferralsRedeemableHoldersHolderRoleConditions
extends Object
ParameterFiltersListReferralsRedeemableHoldersHolderRoleConditions
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumGets or Sets $instatic enumValue is exactly this value (single value).static enumResults omit this value (single value).static enumGets or Sets $notIn -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription$isUnknown(String $isUnknown) $startsWith(String $startsWith) add$NotInItem(ParameterFiltersListReferralsRedeemableHoldersHolderRoleConditions.NotInEnum $notInItem) booleanCreate an instance of ParameterFiltersListReferralsRedeemableHoldersHolderRoleConditions given an JSON stringValue ends with the specified string.Value is NOT null.get$In()Array of resource values that should be included in the results (multiple values).get$Is()Value is exactly this value (single value).Results omit this value (single value).Value is null.Array of resource values that should be included in the results (multiple values).Value starts with the specified string.inthashCode()voidset$EndsWith(String $endsWith) voidset$HasValue(String $hasValue) voidvoidvoidvoidset$IsUnknown(String $isUnknown) voidset$NotIn(List<ParameterFiltersListReferralsRedeemableHoldersHolderRoleConditions.NotInEnum> $notIn) voidset$StartsWith(String $startsWith) toJson()Convert an instance of ParameterFiltersListReferralsRedeemableHoldersHolderRoleConditions to an JSON stringtoString()
-
Field Details
-
SERIALIZED_NAME_$_IN
- See Also:
-
SERIALIZED_NAME_$_NOT_IN
- See Also:
-
SERIALIZED_NAME_$_IS
- See Also:
-
SERIALIZED_NAME_$_IS_NOT
- See Also:
-
SERIALIZED_NAME_$_HAS_VALUE
- See Also:
-
SERIALIZED_NAME_$_IS_UNKNOWN
- See Also:
-
SERIALIZED_NAME_$_STARTS_WITH
- See Also:
-
SERIALIZED_NAME_$_ENDS_WITH
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ParameterFiltersListReferralsRedeemableHoldersHolderRoleConditions
public ParameterFiltersListReferralsRedeemableHoldersHolderRoleConditions()
-
-
Method Details
-
$in
-
add$InItem
-
get$In
@Nullable public List<ParameterFiltersListReferralsRedeemableHoldersHolderRoleConditions.InEnum> get$In()Array of resource values that should be included in the results (multiple values).- Returns:
- $in
-
set$In
public void set$In(List<ParameterFiltersListReferralsRedeemableHoldersHolderRoleConditions.InEnum> $in) -
$notIn
-
add$NotInItem
-
get$NotIn
@Nullable public List<ParameterFiltersListReferralsRedeemableHoldersHolderRoleConditions.NotInEnum> get$NotIn()Array of resource values that should be included in the results (multiple values).- Returns:
- $notIn
-
set$NotIn
public void set$NotIn(List<ParameterFiltersListReferralsRedeemableHoldersHolderRoleConditions.NotInEnum> $notIn) -
$is
-
get$Is
Value is exactly this value (single value).- Returns:
- $is
-
set$Is
-
$isNot
-
get$IsNot
@Nullable public ParameterFiltersListReferralsRedeemableHoldersHolderRoleConditions.IsNotEnum get$IsNot()Results omit this value (single value).- Returns:
- $isNot
-
set$IsNot
public void set$IsNot(ParameterFiltersListReferralsRedeemableHoldersHolderRoleConditions.IsNotEnum $isNot) -
$hasValue
public ParameterFiltersListReferralsRedeemableHoldersHolderRoleConditions $hasValue(String $hasValue) -
get$HasValue
Value is NOT null. The value for this parameter is an empty string.- Returns:
- $hasValue
-
set$HasValue
-
$isUnknown
public ParameterFiltersListReferralsRedeemableHoldersHolderRoleConditions $isUnknown(String $isUnknown) -
get$IsUnknown
Value is null. The value for this parameter is an empty string.- Returns:
- $isUnknown
-
set$IsUnknown
-
$startsWith
public ParameterFiltersListReferralsRedeemableHoldersHolderRoleConditions $startsWith(String $startsWith) -
get$StartsWith
Value starts with the specified string.- Returns:
- $startsWith
-
set$StartsWith
-
$endsWith
public ParameterFiltersListReferralsRedeemableHoldersHolderRoleConditions $endsWith(String $endsWith) -
get$EndsWith
Value ends with the specified string.- Returns:
- $endsWith
-
set$EndsWith
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
public static ParameterFiltersListReferralsRedeemableHoldersHolderRoleConditions fromJson(String jsonString) throws IOException Create an instance of ParameterFiltersListReferralsRedeemableHoldersHolderRoleConditions given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ParameterFiltersListReferralsRedeemableHoldersHolderRoleConditions
- Throws:
IOException- if the JSON string is invalid with respect to ParameterFiltersListReferralsRedeemableHoldersHolderRoleConditions
-
toJson
Convert an instance of ParameterFiltersListReferralsRedeemableHoldersHolderRoleConditions to an JSON string- Returns:
- JSON string
-