|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DateRangeQuery.DateRangeQueryType | |
|---|---|
| com.atlassian.confluence.search.v2.query | |
| Uses of DateRangeQuery.DateRangeQueryType in com.atlassian.confluence.search.v2.query |
|---|
| Methods in com.atlassian.confluence.search.v2.query that return DateRangeQuery.DateRangeQueryType | |
|---|---|
DateRangeQuery.DateRangeQueryType |
DateRangeQuery.getDateRangeQueryType()
|
static DateRangeQuery.DateRangeQueryType |
DateRangeQuery.DateRangeQueryType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DateRangeQuery.DateRangeQueryType[] |
DateRangeQuery.DateRangeQueryType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.atlassian.confluence.search.v2.query with parameters of type DateRangeQuery.DateRangeQueryType | |
|---|---|
DateRangeQuery.Builder |
DateRangeQuery.Builder.queryType(DateRangeQuery.DateRangeQueryType queryType)
|
| Constructors in com.atlassian.confluence.search.v2.query with parameters of type DateRangeQuery.DateRangeQueryType | |
|---|---|
DateRangeQuery(Date from,
Date to,
boolean includeFrom,
boolean includeTo,
DateRangeQuery.DateRangeQueryType dateRangeQueryType)
Query for search results that have been modified within the specified range of dates. |
|
DateRangeQuery(DateRangeQuery.DateRange dateRange,
DateRangeQuery.DateRangeQueryType dateRangeQueryType)
Query for search results that have been modified within the specified range of dates. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||