Package io.voucherify.client.model
Class FilterConditionsDateTime
java.lang.Object
io.voucherify.client.model.FilterConditionsDateTime
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class FilterConditionsDateTime
extends Object
Data filters used to narrow down the data records to be returned in the result.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription$after(OffsetDateTime $after) $before(OffsetDateTime $before) $isUnknown(String $isUnknown) booleanstatic FilterConditionsDateTimeCreate an instance of FilterConditionsDateTime given an JSON stringValue is after this date.Value is before this date.Value is NOT null.Value is null.Value is less days before the current date and time, e.g.Value is more days ago before the current date and time, e.g.inthashCode()voidset$After(OffsetDateTime $after) voidset$Before(OffsetDateTime $before) voidset$HasValue(String $hasValue) voidset$IsUnknown(String $isUnknown) voidsetLessThan(Integer lessThan) voidsetMoreThan(Integer moreThan) toJson()Convert an instance of FilterConditionsDateTime to an JSON stringtoString()
-
Field Details
-
SERIALIZED_NAME_$_AFTER
- See Also:
-
SERIALIZED_NAME_$_BEFORE
- See Also:
-
SERIALIZED_NAME_$_HAS_VALUE
- See Also:
-
SERIALIZED_NAME_$_IS_UNKNOWN
- See Also:
-
SERIALIZED_NAME_MORE_THAN
- See Also:
-
SERIALIZED_NAME_LESS_THAN
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
FilterConditionsDateTime
public FilterConditionsDateTime()
-
-
Method Details
-
$after
-
get$After
Value is after this date. The value for this parameter is shown in the ISO 8601 format.- Returns:
- $after
-
set$After
-
$before
-
get$Before
Value is before this date. The value for this parameter is shown in the ISO 8601 format.- Returns:
- $before
-
set$Before
-
$hasValue
-
get$HasValue
Value is NOT null. The value for this parameter is an empty string.- Returns:
- $hasValue
-
set$HasValue
-
$isUnknown
-
get$IsUnknown
Value is null. The value for this parameter is an empty string.- Returns:
- $isUnknown
-
set$IsUnknown
-
moreThan
-
getMoreThan
Value is more days ago before the current date and time, e.g. more than `10` days ago.- Returns:
- moreThan
-
setMoreThan
-
lessThan
-
getLessThan
Value is less days before the current date and time, e.g. less than `10` days ago.- Returns:
- lessThan
-
setLessThan
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
Create an instance of FilterConditionsDateTime given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of FilterConditionsDateTime
- Throws:
IOException- if the JSON string is invalid with respect to FilterConditionsDateTime
-
toJson
Convert an instance of FilterConditionsDateTime to an JSON string- Returns:
- JSON string
-