Uses of Class
com.atlassian.confluence.search.v2.query.DateRangeQuery.DateRangeQueryType

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()
          Deprecated. since 5.7 use getQueryType()
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 that return types with arguments of type DateRangeQuery.DateRangeQueryType
 com.atlassian.fugue.Option<DateRangeQuery.DateRangeQueryType> DateRangeQuery.getQueryType()
           
 

Methods in com.atlassian.confluence.search.v2.query with parameters of type DateRangeQuery.DateRangeQueryType
static DateRangeQuery.Builder DateRangeQuery.newDateRangeQuery(DateRangeQuery.DateRangeQueryType type)
           
 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.
 



Copyright © 2003–2015 Atlassian. All rights reserved.