ObjectT
- Entity type of subclasses from VdmObject
.public class DemandOneToOneLink<ObjectT extends VdmObject<?>> extends DemandLink<ObjectT> implements OneToOneLink<Demand,ObjectT>
Demand
to other entities, where
the cardinality of the related entity is at most 1. This class extends
DemandLink
and provides
an additional filter function.Constructor and Description |
---|
DemandOneToOneLink(String fieldName)
Use the constants declared in each entity inner class.
|
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<Demand> |
filter(ExpressionFluentHelper<ObjectT> filterExpression)
Query modifier to restrict the result set to entities for which this expression (formulated over a property of a
related entity) evaluates to true.
|
translateLinkType
canEqual, equals, getExpansions, getFieldName, getSelections, hashCode, select, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getFieldName, getSelections
public DemandOneToOneLink(String fieldName)
fieldName
- OData navigation field name. Must match the field returned by the underlying OData service.@Nonnull public ExpressionFluentHelper<Demand> filter(@Nonnull ExpressionFluentHelper<ObjectT> filterExpression)
filter
in interface OneToOneLink<Demand,ObjectT extends VdmObject<?>>
filterExpression
- A filter expression on the related entity.Copyright © 2021 SAP SE. All rights reserved.