public class FacetExpr.DateTimeAttrDSL.RangesMultiSelectDSL
extends java.lang.Object
Constructor and Description |
---|
FacetExpr.DateTimeAttrDSL.RangesMultiSelectDSL(java.lang.Iterable<com.google.common.collect.Range<org.joda.time.DateTime>> ranges) |
Modifier and Type | Method and Description |
---|---|
FacetExpressions.DateTimeAttribute.RangesMultiSelect |
selected(java.lang.Iterable<com.google.common.collect.Range<org.joda.time.DateTime>> selectedRanges)
Specified selected ranges.
|
FacetExpressions.DateTimeAttribute.RangesMultiSelect |
selected(com.google.common.collect.Range<org.joda.time.DateTime> selectedRange,
com.google.common.collect.Range<org.joda.time.DateTime>... selectedRanges)
Specified selected ranges.
|
java.lang.String |
toString() |
public FacetExpr.DateTimeAttrDSL.RangesMultiSelectDSL(java.lang.Iterable<com.google.common.collect.Range<org.joda.time.DateTime>> ranges)
public FacetExpressions.DateTimeAttribute.RangesMultiSelect selected(com.google.common.collect.Range<org.joda.time.DateTime> selectedRange, com.google.common.collect.Range<org.joda.time.DateTime>... selectedRanges)
public FacetExpressions.DateTimeAttribute.RangesMultiSelect selected(java.lang.Iterable<com.google.common.collect.Range<org.joda.time.DateTime>> selectedRanges)
public java.lang.String toString()
toString
in class java.lang.Object