Class CollectionExpression
- java.lang.Object
-
- com.blueriq.customerdata.api.v1.expression.CollectionExpression
-
- All Implemented Interfaces:
Expression
public class CollectionExpression extends Object implements Expression
Collection of Literals. This type is used when a json array has been supplied using an alias in the OData URI.
-
-
Constructor Summary
Constructors Constructor Description CollectionExpression(List<Literal> values, ValueType valueType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
List<Literal>
getValues()
ValueType
getValueType()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
getValueType
public ValueType getValueType()
-
-