Package | Description |
---|---|
com.tridion.smarttarget.query.builder |
Modifier and Type | Method and Description |
---|---|
static RangeOperator |
RangeOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RangeOperator[] |
RangeOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AttributeCriteria(String name,
Number lowerBound,
Number upperBound,
RangeOperator operator,
boolean negate)
Constructor for range operations with Number bounds.
|
AttributeCriteria(String name,
OffsetDateTime lowerBound,
OffsetDateTime upperBound,
RangeOperator operator,
boolean negate)
Constructor for range operations with OffsetDateTime bounds.
|
AttributeCriteria(String name,
String lowerBound,
String upperBound,
RangeOperator operator,
boolean negate)
Constructor for range operations with String bounds.
|
Copyright © 2021 RWS Group for and on behalf of its affiliates and subsidiaries. All rights reserved.