Modifier and Type | Field and Description |
---|---|
static InbDeliveryPartnerOneToOneLink<InbDeliveryAddress> |
InbDeliveryPartner.TO_ADDRESS
Use with available fluent helpers to apply the to_Address navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
InbDeliveryAddress |
InbDeliveryAddress.InbDeliveryAddressBuilder.build() |
InbDeliveryAddress |
InbDeliveryPartner.fetchAddress()
Fetches the InbDeliveryAddress entity (one to one) associated with this entity.
|
InbDeliveryAddress |
InbDeliveryPartner.getAddressOrFetch()
Retrieval of associated InbDeliveryAddress entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<InbDeliveryAddress> |
InbDeliveryPartner.getAddressIfPresent()
Retrieval of associated InbDeliveryAddress entity (one to one).
|
Class<InbDeliveryAddress> |
InbDeliveryAddress.getType() |
Modifier and Type | Method and Description |
---|---|
InbDeliveryPartner.InbDeliveryPartnerBuilder |
InbDeliveryPartner.InbDeliveryPartnerBuilder.address(InbDeliveryAddress value)
Navigation property to_Address for InbDeliveryPartner to single InbDeliveryAddress.
|
void |
InbDeliveryPartner.setAddress(InbDeliveryAddress value)
Overwrites the associated InbDeliveryAddress entity for the loaded navigation property to_Address.
|
Constructor and Description |
---|
InbDeliveryPartner(String addressID,
String contactPerson,
String customer,
String partnerFunction,
String personnel,
String sDDocument,
String sDDocumentItem,
String supplier,
InbDeliveryAddress toAddress) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<InbDeliveryAddress> |
InbDeliveryAddressOneToOneLink.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 InbDeliveryAddressLink<ObjectT> |
InbDeliveryAddressLink.translateLinkType(EntityLink<InbDeliveryAddressLink<ObjectT>,InbDeliveryAddress,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.