Modifier and Type | Field and Description |
---|---|
static OrderIDTextOneToOneLink<OrderID> |
OrderIDText.TO_CNSLDTN_INTERNAL_ORDER
Use with available fluent helpers to apply the to_CnsldtnInternalOrder navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
OrderID |
OrderID.OrderIDBuilder.build() |
OrderID |
OrderIDText.fetchCnsldtnInternalOrder()
Fetches the OrderID entity (one to one) associated with this entity.
|
OrderID |
OrderIDText.getCnsldtnInternalOrderOrFetch()
Retrieval of associated OrderID entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<OrderID> |
OrderIDText.getCnsldtnInternalOrderIfPresent()
Retrieval of associated OrderID entity (one to one).
|
protected Class<OrderID> |
OrderIDByKeyFluentHelper.getEntityClass() |
protected Class<OrderID> |
OrderIDFluentHelper.getEntityClass() |
Class<OrderID> |
OrderID.getType() |
Modifier and Type | Method and Description |
---|---|
OrderIDText.OrderIDTextBuilder |
OrderIDText.OrderIDTextBuilder.cnsldtnInternalOrder(OrderID value)
Navigation property to_CnsldtnInternalOrder for OrderIDText to single OrderID.
|
void |
OrderIDText.setCnsldtnInternalOrder(OrderID value)
Overwrites the associated OrderID entity for the loaded navigation property
to_CnsldtnInternalOrder.
|
Constructor and Description |
---|
OrderIDText(String language,
String internalOrder,
String cnsldtnOrderIDText,
OrderID toCnsldtnInternalOrder) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<OrderID> |
OrderIDOneToOneLink.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.
|
Modifier and Type | Method and Description |
---|---|
protected OrderIDLink<ObjectT> |
OrderIDLink.translateLinkType(EntityLink<OrderIDLink<ObjectT>,OrderID,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.