Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.outbounddeliveryv2.OutbDeliveryAddress
Packages that use OutbDeliveryAddress
Package
Description
-
Uses of OutbDeliveryAddress in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.outbounddeliveryv2
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.outbounddeliveryv2 with type parameters of type OutbDeliveryAddressModifier and TypeFieldDescriptionstatic final OutbDeliveryPartnerOneToOneLink<OutbDeliveryAddress>OutbDeliveryPartner.TO_ADDRESSUse with available fluent helpers to apply the to_Address navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.outbounddeliveryv2 that return OutbDeliveryAddressModifier and TypeMethodDescriptionOutbDeliveryAddress.OutbDeliveryAddressBuilder.build()OutbDeliveryPartner.fetchAddress()Fetches the OutbDeliveryAddress entity (one to one) associated with this entity.OutbDeliveryPartner.getAddressOrFetch()Retrieval of associated OutbDeliveryAddress entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.outbounddeliveryv2 that return types with arguments of type OutbDeliveryAddressModifier and TypeMethodDescriptionio.vavr.control.Option<OutbDeliveryAddress>OutbDeliveryPartner.getAddressIfPresent()Retrieval of associated OutbDeliveryAddress entity (one to one).OutbDeliveryAddress.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.outbounddeliveryv2 with parameters of type OutbDeliveryAddressModifier and TypeMethodDescriptionOutbDeliveryPartner.OutbDeliveryPartnerBuilder.address(OutbDeliveryAddress value) Navigation property to_Address for OutbDeliveryPartner to single OutbDeliveryAddress.voidOutbDeliveryPartner.setAddress(OutbDeliveryAddress value) Overwrites the associated OutbDeliveryAddress entity for the loaded navigation property to_Address.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.outbounddeliveryv2 with parameters of type OutbDeliveryAddressModifierConstructorDescriptionOutbDeliveryPartner(String addressID, UUID businessPartnerAddressUUID, UUID refBusinessPartnerAddressUUID, String contactPerson, String customer, String partnerFunction, String personnel, String sDDocument, String sDDocumentItem, String supplier, OutbDeliveryAddress2 toAddress2, OutbDeliveryAddress toAddress) -
Uses of OutbDeliveryAddress in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.outbounddeliveryv2.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.outbounddeliveryv2.link that return types with arguments of type OutbDeliveryAddressModifier and TypeMethodDescriptionOutbDeliveryAddressOneToOneLink.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.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.outbounddeliveryv2.link with type arguments of type OutbDeliveryAddressModifier and TypeMethodDescriptionprotected OutbDeliveryAddressLink<ObjectT>OutbDeliveryAddressLink.translateLinkType(EntityLink<OutbDeliveryAddressLink<ObjectT>, OutbDeliveryAddress, ObjectT> link)