public class DateTimeValue extends Object
Modifier and Type | Field and Description |
---|---|
private FilterDateTimeType |
type |
private List<String> |
value |
Constructor and Description |
---|
DateTimeValue(FilterDateTimeType type)
Instantiates a new Date time value.
|
DateTimeValue(FilterDateTimeType type,
List<String> value)
Instantiates a new Date time value.
|
private final FilterDateTimeType type
public DateTimeValue(FilterDateTimeType type, List<String> value)
type
- the typevalue
- the valuepublic DateTimeValue(FilterDateTimeType type)
type
- the typeCopyright © 2025. All rights reserved.