public static class DateRangeQuery.DateRange extends Object
Constructor and Description |
---|
DateRange(Date from,
Date to,
boolean includeFrom,
boolean includeTo)
Construct a DateRange object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Date |
getFrom() |
Date |
getTo() |
int |
hashCode() |
boolean |
isIncludeFrom() |
boolean |
isIncludeTo() |
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–2016 Atlassian. All rights reserved.