Uses of Class
com.atlassian.confluence.search.v2.query.DateRangeQuery.DateRangeQueryType
-
Packages that use DateRangeQuery.DateRangeQueryType Package Description 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 Modifier and Type Method Description static DateRangeQuery.DateRangeQueryTypeDateRangeQuery.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 Modifier and Type Method Description com.atlassian.fugue.Option<DateRangeQuery.DateRangeQueryType>DateRangeQuery. getQueryType()Deprecated.since 7.0.1.Optional<DateRangeQuery.DateRangeQueryType>DateRangeQuery. queryType()Methods in com.atlassian.confluence.search.v2.query with parameters of type DateRangeQuery.DateRangeQueryType Modifier and Type Method Description static DateRangeQuery.BuilderDateRangeQuery. newDateRangeQuery(DateRangeQuery.DateRangeQueryType type)DateRangeQuery.BuilderDateRangeQuery.Builder. queryType(DateRangeQuery.DateRangeQueryType queryType)Constructors in com.atlassian.confluence.search.v2.query with parameters of type DateRangeQuery.DateRangeQueryType Constructor Description DateRangeQuery(@Nullable Date from, @Nullable 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.
-