Class PartitionWithPropertiesAndSelection
java.lang.Object
com.here.platform.data.client.utils.rsql.PartitionWithPropertiesAndSelection
- All Implemented Interfaces:
ParsedQuery,Serializable,scala.Equals,scala.Product
public class PartitionWithPropertiesAndSelection
extends Object
implements ParsedQuery, scala.Product, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPartitionWithPropertiesAndSelection(PartitionCondition partitionCondition, scala.collection.immutable.Seq<PropertyCondition> propertyConditions, SelectionCondition selectionCondition) -
Method Summary
Modifier and TypeMethodDescriptionabstract static Rapply(T1 v1, T2 v2, T3 v3) scala.collection.immutable.Seq<PropertyCondition>static StringtoString()Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
PartitionWithPropertiesAndSelection
public PartitionWithPropertiesAndSelection(PartitionCondition partitionCondition, scala.collection.immutable.Seq<PropertyCondition> propertyConditions, SelectionCondition selectionCondition)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3) -
toString
-
partitionCondition
-
propertyConditions
-
selectionCondition
-