Class FilterableCollection.Expression<EntityT,ItemT>

java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableCollection.Expression<EntityT,ItemT>
Type Parameters:
EntityT - Type of the entity which references the value.
ItemT - Type of the item type the collection holds.
All Implemented Interfaces:
Expressions.Operand, Expressions.OperandMultiple, EntityReference<EntityT>, FilterableCollection<EntityT,ItemT>
Enclosing interface:
FilterableCollection<EntityT,ItemT>

public static class FilterableCollection.Expression<EntityT,ItemT> extends Object implements FilterableCollection<EntityT,ItemT>
Wrapper expression class, which delegates to another operation.