Package io.voucherify.client.model
Class QualificationsOptionFiltersResourceTypeConditions
java.lang.Object
io.voucherify.client.model.QualificationsOptionFiltersResourceTypeConditions
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class QualificationsOptionFiltersResourceTypeConditions
extends Object
Data filters used to narrow down the data records to be returned in the result.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription$in(List<ResourceTypes> $in) $is(List<ResourceTypes> $is) $isNot(List<ResourceTypes> $isNot) $notIn(List<ResourceTypes> $notIn) add$InItem(ResourceTypes $inItem) add$IsItem(ResourceTypes $isItem) add$IsNotItem(ResourceTypes $isNotItem) add$NotInItem(ResourceTypes $notInItem) booleanCreate an instance of QualificationsOptionFiltersResourceTypeConditions given an JSON stringget$In()Get $inget$Is()Get $isGet $isNotGet $notIninthashCode()voidset$In(List<ResourceTypes> $in) voidset$Is(List<ResourceTypes> $is) voidset$IsNot(List<ResourceTypes> $isNot) voidset$NotIn(List<ResourceTypes> $notIn) toJson()Convert an instance of QualificationsOptionFiltersResourceTypeConditions to an JSON stringtoString()
-
Field Details
-
SERIALIZED_NAME_$_IS
- See Also:
-
SERIALIZED_NAME_$_IS_NOT
- See Also:
-
SERIALIZED_NAME_$_IN
- See Also:
-
SERIALIZED_NAME_$_NOT_IN
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
QualificationsOptionFiltersResourceTypeConditions
public QualificationsOptionFiltersResourceTypeConditions()
-
-
Method Details
-
$is
-
add$IsItem
-
get$Is
Get $is- Returns:
- $is
-
set$Is
-
$isNot
-
add$IsNotItem
-
get$IsNot
Get $isNot- Returns:
- $isNot
-
set$IsNot
-
$in
-
add$InItem
-
get$In
Get $in- Returns:
- $in
-
set$In
-
$notIn
-
add$NotInItem
-
get$NotIn
Get $notIn- Returns:
- $notIn
-
set$NotIn
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
public static QualificationsOptionFiltersResourceTypeConditions fromJson(String jsonString) throws IOException Create an instance of QualificationsOptionFiltersResourceTypeConditions given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of QualificationsOptionFiltersResourceTypeConditions
- Throws:
IOException- if the JSON string is invalid with respect to QualificationsOptionFiltersResourceTypeConditions
-
toJson
Convert an instance of QualificationsOptionFiltersResourceTypeConditions to an JSON string- Returns:
- JSON string
-