Class RangeExpression
java.lang.Object
com.commercetools.api.search.products.RangeExpression
- All Implemented Interfaces:
FilterExpression
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfrom()
static RangeExpression
from
(FilterExpression from) static RangeExpression
of
(FilterExpression from, FilterExpression to) render()
to()
static RangeExpression
to
(FilterExpression to)
-
Constructor Details
-
RangeExpression
-
-
Method Details
-
from
-
to
-
render
- Specified by:
render
in interfaceFilterExpression
-
from
-
to
-
of
-