Range
instead@Deprecated public static class DateRangeQuery.DateRange extends Range<Date>
Range.Builder<T>
Constructor and Description |
---|
DateRange(@Nullable Date from,
@Nullable Date to,
boolean includeFrom,
boolean includeTo)
Deprecated.
Construct a DateRange object.
|
Modifier and Type | Method and Description |
---|---|
Date |
getFrom()
Deprecated.
|
Date |
getTo()
Deprecated.
|
equals, hashCode, isIncludeFrom, isIncludeTo, range
public DateRange(@Nullable Date from, @Nullable Date to, boolean includeFrom, boolean includeTo)
from
- The date from which this date range begins (can be null)to
- The date on which this date range ends (can be null)includeFrom
- Whether or not the "from date" is inclusiveincludeTo
- Whether or not the "to date" is inclusiveCopyright © 2003–2019 Atlassian. All rights reserved.