Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.outbounddeliveryv2.HandlingUnitItemDelivery
Packages that use HandlingUnitItemDelivery
Package
Description
-
Uses of HandlingUnitItemDelivery 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 HandlingUnitItemDeliveryModifier and TypeFieldDescriptionstatic final HandlingUnitHeaderDeliveryLink<HandlingUnitItemDelivery>HandlingUnitHeaderDelivery.TO_HANDLING_UNIT_ITEM_DELIVERYUse with available fluent helpers to apply the to_HandlingUnitItemDelivery navigation property to query operations.static final OutbDeliveryItemLink<HandlingUnitItemDelivery>OutbDeliveryItem.TO_HANDLING_UNIT_ITEM_DELIVERYUse with available fluent helpers to apply the to_HandlingUnitItemDelivery navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.outbounddeliveryv2 that return HandlingUnitItemDeliveryModifier and TypeMethodDescriptionHandlingUnitItemDelivery.HandlingUnitItemDeliveryBuilder.build()protected HandlingUnitItemDeliveryHandlingUnitItemDeliveryCreateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.outbounddeliveryv2 that return types with arguments of type HandlingUnitItemDeliveryModifier and TypeMethodDescriptionHandlingUnitHeaderDelivery.fetchHandlingUnitItemDelivery()Fetches the HandlingUnitItemDelivery entities (one to many) associated with this entity.OutbDeliveryItem.fetchHandlingUnitItemDelivery()Fetches the HandlingUnitItemDelivery entities (one to many) associated with this entity.io.vavr.control.Option<List<HandlingUnitItemDelivery>>HandlingUnitHeaderDelivery.getHandlingUnitItemDeliveryIfPresent()Retrieval of associated HandlingUnitItemDelivery entities (one to many).io.vavr.control.Option<List<HandlingUnitItemDelivery>>OutbDeliveryItem.getHandlingUnitItemDeliveryIfPresent()Retrieval of associated HandlingUnitItemDelivery entities (one to many).HandlingUnitHeaderDelivery.getHandlingUnitItemDeliveryOrFetch()Retrieval of associated HandlingUnitItemDelivery entities (one to many).OutbDeliveryItem.getHandlingUnitItemDeliveryOrFetch()Retrieval of associated HandlingUnitItemDelivery entities (one to many).HandlingUnitItemDelivery.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.outbounddeliveryv2 with parameters of type HandlingUnitItemDeliveryModifier and TypeMethodDescriptionvoidHandlingUnitHeaderDelivery.addHandlingUnitItemDelivery(HandlingUnitItemDelivery... entity) Adds elements to the list of associated HandlingUnitItemDelivery entities.voidOutbDeliveryItem.addHandlingUnitItemDelivery(HandlingUnitItemDelivery... entity) Adds elements to the list of associated HandlingUnitItemDelivery entities.HandlingUnitHeaderDelivery.HandlingUnitHeaderDeliveryBuilder.handlingUnitItemDelivery(HandlingUnitItemDelivery... value) Navigation property to_HandlingUnitItemDelivery for HandlingUnitHeaderDelivery to multiple HandlingUnitItemDelivery.OutbDeliveryItem.OutbDeliveryItemBuilder.handlingUnitItemDelivery(HandlingUnitItemDelivery... value) Navigation property to_HandlingUnitItemDelivery for OutbDeliveryItem to multiple HandlingUnitItemDelivery.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.outbounddeliveryv2 with type arguments of type HandlingUnitItemDeliveryModifier and TypeMethodDescriptionvoidHandlingUnitHeaderDelivery.setHandlingUnitItemDelivery(List<HandlingUnitItemDelivery> value) Overwrites the list of associated HandlingUnitItemDelivery entities for the loaded navigation property to_HandlingUnitItemDelivery.voidOutbDeliveryItem.setHandlingUnitItemDelivery(List<HandlingUnitItemDelivery> value) Overwrites the list of associated HandlingUnitItemDelivery entities for the loaded navigation property to_HandlingUnitItemDelivery.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.outbounddeliveryv2 with parameters of type HandlingUnitItemDeliveryModifierConstructorDescriptionHandlingUnitItemDeliveryCreateFluentHelper(String servicePath, HandlingUnitItemDelivery entity, String entityCollection) Creates a fluent helper object that will create aHandlingUnitItemDeliveryentity on the OData endpoint.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.outbounddeliveryv2 with type arguments of type HandlingUnitItemDeliveryModifierConstructorDescriptionHandlingUnitHeaderDelivery(String createdByUser, LocalDateTime creationDate, LocalTime creationTime, String deliveryDocument, BigDecimal grossVolume, BigDecimal grossWeight, String handlingUnitBaseUnitOfMeasure, String handlingUnitContentDescription, String handlingUnitExternalId, String handlingUnitExternalIdType, BigDecimal handlingUnitHeight, String handlingUnitInternalId, String handlingUnitInternalStatus, BigDecimal handlingUnitLength, String handlingUnitLowerLevelRefer, BigDecimal handlingUnitMaxVolume, BigDecimal handlingUnitMaxWeight, BigDecimal handlingUnitNetVolume, String handlingUnitSecondExternalId, BigDecimal handlingUnitTareVolume, String handlingUnitTareVolumeUnit, BigDecimal handlingUnitTareWeight, String handlingUnitTareWeightUnit, String handlingUnitUoMDimension, BigDecimal handlingUnitWidth, LocalDateTime lastChangeDate, String lastChangedByUser, LocalTime lastChangeTime, BigDecimal netWeight, String packagingMaterial, String packagingMaterialCategory, String packagingMaterialGroup, String packagingMaterialType, String packingInstructionNumber, String shippingPoint, String volumeUnit, String weightUnit, List<HandlingUnitItemDelivery> toHandlingUnitItemDelivery) -
Uses of HandlingUnitItemDelivery in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.outbounddeliveryv2.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.outbounddeliveryv2.batch with parameters of type HandlingUnitItemDeliveryModifier and TypeMethodDescriptionDefaultOutboundDeliveryV2ServiceBatchChangeSet.createHandlingUnitItemDelivery(HandlingUnitItemDelivery handlingUnitItemDelivery) OutboundDeliveryV2ServiceBatchChangeSet.createHandlingUnitItemDelivery(HandlingUnitItemDelivery handlingUnitItemDelivery) Create a newHandlingUnitItemDeliveryentity and save it to the S/4HANA system. -
Uses of HandlingUnitItemDelivery 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 HandlingUnitItemDeliveryModifier and TypeMethodDescriptionHandlingUnitItemDeliveryOneToOneLink.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 HandlingUnitItemDeliveryModifier and TypeMethodDescriptionprotected HandlingUnitItemDeliveryLink<ObjectT>HandlingUnitItemDeliveryLink.translateLinkType(EntityLink<HandlingUnitItemDeliveryLink<ObjectT>, HandlingUnitItemDelivery, ObjectT> link) -
Uses of HandlingUnitItemDelivery in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type HandlingUnitItemDeliveryModifier and TypeMethodDescriptionDefaultOutboundDeliveryV2Service.createHandlingUnitItemDelivery(HandlingUnitItemDelivery handlingUnitItemDelivery) Deprecated.OutboundDeliveryV2Service.createHandlingUnitItemDelivery(HandlingUnitItemDelivery handlingUnitItemDelivery) Deprecated.Create a newHandlingUnitItemDeliveryentity and save it to the S/4HANA system.