Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inbounddeliveryv2.InbDeliveryAddress
Packages that use InbDeliveryAddress
Package
Description
-
Uses of InbDeliveryAddress in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inbounddeliveryv2
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inbounddeliveryv2 with type parameters of type InbDeliveryAddressModifier and TypeFieldDescriptionstatic final InbDeliveryPartnerOneToOneLink<InbDeliveryAddress>InbDeliveryPartner.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.inbounddeliveryv2 that return InbDeliveryAddressModifier and TypeMethodDescriptionInbDeliveryAddress.InbDeliveryAddressBuilder.build()InbDeliveryPartner.fetchAddress()Fetches the InbDeliveryAddress entity (one to one) associated with this entity.InbDeliveryPartner.getAddressOrFetch()Retrieval of associated InbDeliveryAddress entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inbounddeliveryv2 that return types with arguments of type InbDeliveryAddressModifier and TypeMethodDescriptionio.vavr.control.Option<InbDeliveryAddress>InbDeliveryPartner.getAddressIfPresent()Retrieval of associated InbDeliveryAddress entity (one to one).InbDeliveryAddress.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inbounddeliveryv2 with parameters of type InbDeliveryAddressModifier and TypeMethodDescriptionInbDeliveryPartner.InbDeliveryPartnerBuilder.address(InbDeliveryAddress value) Navigation property to_Address for InbDeliveryPartner to single InbDeliveryAddress.voidInbDeliveryPartner.setAddress(InbDeliveryAddress value) Overwrites the associated InbDeliveryAddress entity for the loaded navigation property to_Address.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inbounddeliveryv2 with parameters of type InbDeliveryAddressModifierConstructorDescriptionInbDeliveryPartner(String addressID, String contactPerson, String customer, String partnerFunction, String personnel, String sDDocument, String sDDocumentItem, String supplier, InbDeliveryAddress toAddress) -
Uses of InbDeliveryAddress in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inbounddeliveryv2.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inbounddeliveryv2.link that return types with arguments of type InbDeliveryAddressModifier and TypeMethodDescriptionInbDeliveryAddressOneToOneLink.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.inbounddeliveryv2.link with type arguments of type InbDeliveryAddressModifier and TypeMethodDescriptionprotected InbDeliveryAddressLink<ObjectT>InbDeliveryAddressLink.translateLinkType(EntityLink<InbDeliveryAddressLink<ObjectT>, InbDeliveryAddress, ObjectT> link)