Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inbounddeliveryv2.InbDeliveryItem
Packages that use InbDeliveryItem
Package
Description
-
Uses of InbDeliveryItem 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 InbDeliveryItemModifier and TypeFieldDescriptionstatic final InbDeliveryHeaderLink<InbDeliveryItem>InbDeliveryHeader.TO_DELIVERY_DOCUMENT_ITEMUse with available fluent helpers to apply the to_DeliveryDocumentItem navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inbounddeliveryv2 that return InbDeliveryItemModifier and TypeMethodDescriptionInbDeliveryItem.InbDeliveryItemBuilder.build()protected InbDeliveryItemInbDeliveryItemDeleteFluentHelper.getEntity()protected InbDeliveryItemInbDeliveryItemUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inbounddeliveryv2 that return types with arguments of type InbDeliveryItemModifier and TypeMethodDescriptionInbDeliveryHeader.fetchDeliveryDocumentItem()Fetches the InbDeliveryItem entities (one to many) associated with this entity.io.vavr.control.Option<List<InbDeliveryItem>>InbDeliveryHeader.getDeliveryDocumentItemIfPresent()Retrieval of associated InbDeliveryItem entities (one to many).InbDeliveryHeader.getDeliveryDocumentItemOrFetch()Retrieval of associated InbDeliveryItem entities (one to many).protected Class<InbDeliveryItem>InbDeliveryItemByKeyFluentHelper.getEntityClass()protected Class<InbDeliveryItem>InbDeliveryItemFluentHelper.getEntityClass()InbDeliveryItem.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inbounddeliveryv2 with parameters of type InbDeliveryItemModifier and TypeMethodDescriptionvoidInbDeliveryHeader.addDeliveryDocumentItem(InbDeliveryItem... entity) Adds elements to the list of associated InbDeliveryItem entities.InbDeliveryHeader.InbDeliveryHeaderBuilder.deliveryDocumentItem(InbDeliveryItem... value) Navigation property to_DeliveryDocumentItem for InbDeliveryHeader to multiple InbDeliveryItem.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inbounddeliveryv2 with type arguments of type InbDeliveryItemModifier and TypeMethodDescriptionvoidInbDeliveryHeader.setDeliveryDocumentItem(List<InbDeliveryItem> value) Overwrites the list of associated InbDeliveryItem entities for the loaded navigation property to_DeliveryDocumentItem.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inbounddeliveryv2 with parameters of type InbDeliveryItemModifierConstructorDescriptionInbDeliveryItemDeleteFluentHelper(String servicePath, InbDeliveryItem entity, String entityCollection) Creates a fluent helper object that will delete aInbDeliveryItementity on the OData endpoint.InbDeliveryItemUpdateFluentHelper(String servicePath, InbDeliveryItem entity, String entityCollection) Creates a fluent helper object that will update aInbDeliveryItementity on the OData endpoint. -
Uses of InbDeliveryItem in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inbounddeliveryv2.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inbounddeliveryv2.batch with parameters of type InbDeliveryItemModifier and TypeMethodDescriptionDefaultInboundDeliveryV2ServiceBatchChangeSet.deleteInbDeliveryItem(InbDeliveryItem inbDeliveryItem) InboundDeliveryV2ServiceBatchChangeSet.deleteInbDeliveryItem(InbDeliveryItem inbDeliveryItem) Deletes an existingInbDeliveryItementity in the S/4HANA system.DefaultInboundDeliveryV2ServiceBatchChangeSet.updateInbDeliveryItem(InbDeliveryItem inbDeliveryItem) InboundDeliveryV2ServiceBatchChangeSet.updateInbDeliveryItem(InbDeliveryItem inbDeliveryItem) Update an existingInbDeliveryItementity and save it to the S/4HANA system. -
Uses of InbDeliveryItem 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 InbDeliveryItemModifier and TypeMethodDescriptionInbDeliveryItemOneToOneLink.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 InbDeliveryItemModifier and TypeMethodDescriptionprotected InbDeliveryItemLink<ObjectT>InbDeliveryItemLink.translateLinkType(EntityLink<InbDeliveryItemLink<ObjectT>, InbDeliveryItem, ObjectT> link) -
Uses of InbDeliveryItem in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type InbDeliveryItemModifier and TypeMethodDescriptionDefaultInboundDeliveryV2Service.deleteInbDeliveryItem(InbDeliveryItem inbDeliveryItem) Deprecated.InboundDeliveryV2Service.deleteInbDeliveryItem(InbDeliveryItem inbDeliveryItem) Deprecated.Deletes an existingInbDeliveryItementity in the S/4HANA system.DefaultInboundDeliveryV2Service.updateInbDeliveryItem(InbDeliveryItem inbDeliveryItem) Deprecated.InboundDeliveryV2Service.updateInbDeliveryItem(InbDeliveryItem inbDeliveryItem) Deprecated.Update an existingInbDeliveryItementity and save it to the S/4HANA system.