Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.outbounddelivery | |
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.outbounddelivery.link |
Modifier and Type | Field and Description |
---|---|
static OutbDeliveryPartnerOneToOneLink<OutbDeliveryAddress> |
OutbDeliveryPartner.TO_ADDRESS
Use with available fluent helpers to apply the to_Address navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
OutbDeliveryAddress |
OutbDeliveryAddress.OutbDeliveryAddressBuilder.build() |
OutbDeliveryAddress |
OutbDeliveryPartner.fetchAddress()
Fetches the OutbDeliveryAddress entity (one to one) associated with this entity.
|
OutbDeliveryAddress |
OutbDeliveryPartner.getAddressOrFetch()
Retrieval of associated OutbDeliveryAddress entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<OutbDeliveryAddress> |
OutbDeliveryPartner.getAddressIfPresent()
Retrieval of associated OutbDeliveryAddress entity (one to one).
|
Class<OutbDeliveryAddress> |
OutbDeliveryAddress.getType() |
Modifier and Type | Method and Description |
---|---|
OutbDeliveryPartner.OutbDeliveryPartnerBuilder |
OutbDeliveryPartner.OutbDeliveryPartnerBuilder.address(OutbDeliveryAddress value)
Navigation property to_Address for OutbDeliveryPartner to single OutbDeliveryAddress.
|
void |
OutbDeliveryPartner.setAddress(OutbDeliveryAddress value)
Overwrites the associated OutbDeliveryAddress entity for the loaded navigation property to_Address.
|
Constructor and Description |
---|
OutbDeliveryPartner(String addressID,
String contactPerson,
String customer,
String partnerFunction,
String personnel,
String sDDocument,
String sDDocumentItem,
String supplier,
OutbDeliveryAddress toAddress) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<OutbDeliveryAddress> |
OutbDeliveryAddressOneToOneLink.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 OutbDeliveryAddressLink<ObjectT> |
OutbDeliveryAddressLink.translateLinkType(EntityLink<OutbDeliveryAddressLink<ObjectT>,OutbDeliveryAddress,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.