Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.outbounddelivery |
Modifier and Type | Field and Description |
---|---|
static OutbDeliveryPartnerLink<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 |
---|---|
com.google.common.base.Optional<OutbDeliveryAddress> |
OutbDeliveryPartner.getAddressOrNull()
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) |
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,
ErpConfigContext erpConfigContext,
OutbDeliveryAddress toAddress) |
Copyright © 2018 SAP SE. All rights reserved.