Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inbounddeliveryv2.InbDeliveryPartner
Packages that use InbDeliveryPartner
Package
Description
-
Uses of InbDeliveryPartner 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 InbDeliveryPartnerModifier and TypeFieldDescriptionstatic final InbDeliveryHeaderLink<InbDeliveryPartner>InbDeliveryHeader.TO_DELIVERY_DOCUMENT_PARTNERUse with available fluent helpers to apply the to_DeliveryDocumentPartner navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inbounddeliveryv2 that return InbDeliveryPartnerMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inbounddeliveryv2 that return types with arguments of type InbDeliveryPartnerModifier and TypeMethodDescriptionInbDeliveryHeader.fetchDeliveryDocumentPartner()Fetches the InbDeliveryPartner entities (one to many) associated with this entity.io.vavr.control.Option<List<InbDeliveryPartner>>InbDeliveryHeader.getDeliveryDocumentPartnerIfPresent()Retrieval of associated InbDeliveryPartner entities (one to many).InbDeliveryHeader.getDeliveryDocumentPartnerOrFetch()Retrieval of associated InbDeliveryPartner entities (one to many).protected Class<InbDeliveryPartner>InbDeliveryPartnerByKeyFluentHelper.getEntityClass()InbDeliveryPartner.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inbounddeliveryv2 with parameters of type InbDeliveryPartnerModifier and TypeMethodDescriptionvoidInbDeliveryHeader.addDeliveryDocumentPartner(InbDeliveryPartner... entity) Adds elements to the list of associated InbDeliveryPartner entities.InbDeliveryHeader.InbDeliveryHeaderBuilder.deliveryDocumentPartner(InbDeliveryPartner... value) Navigation property to_DeliveryDocumentPartner for InbDeliveryHeader to multiple InbDeliveryPartner.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inbounddeliveryv2 with type arguments of type InbDeliveryPartnerModifier and TypeMethodDescriptionvoidInbDeliveryHeader.setDeliveryDocumentPartner(List<InbDeliveryPartner> value) Overwrites the list of associated InbDeliveryPartner entities for the loaded navigation property to_DeliveryDocumentPartner. -
Uses of InbDeliveryPartner 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 InbDeliveryPartnerModifier and TypeMethodDescriptionInbDeliveryPartnerOneToOneLink.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 InbDeliveryPartnerModifier and TypeMethodDescriptionprotected InbDeliveryPartnerLink<ObjectT>InbDeliveryPartnerLink.translateLinkType(EntityLink<InbDeliveryPartnerLink<ObjectT>, InbDeliveryPartner, ObjectT> link)