Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.handlingunit.HandlingUnit
Packages that use HandlingUnit
Package
Description
-
Uses of HandlingUnit in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.handlingunit
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.handlingunit with type parameters of type HandlingUnitModifier and TypeFieldDescriptionstatic final HandlingUnitItemOneToOneLink<HandlingUnit>HandlingUnitItem.TO_HANDLING_UNITUse with available fluent helpers to apply the to_HandlingUnit navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.handlingunit that return HandlingUnitModifier and TypeMethodDescriptionHandlingUnit.HandlingUnitBuilder.build()HandlingUnitItem.fetchHandlingUnit()Fetches the HandlingUnit entity (one to one) associated with this entity.HandlingUnitItem.getHandlingUnitOrFetch()Retrieval of associated HandlingUnit entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.handlingunit that return types with arguments of type HandlingUnitModifier and TypeMethodDescriptionprotected Class<HandlingUnit>HandlingUnitByKeyFluentHelper.getEntityClass()protected Class<HandlingUnit>HandlingUnitFluentHelper.getEntityClass()io.vavr.control.Option<HandlingUnit>HandlingUnitItem.getHandlingUnitIfPresent()Retrieval of associated HandlingUnit entity (one to one).HandlingUnit.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.handlingunit with parameters of type HandlingUnitModifier and TypeMethodDescriptionHandlingUnitItem.HandlingUnitItemBuilder.handlingUnit(HandlingUnit value) Navigation property to_HandlingUnit for HandlingUnitItem to single HandlingUnit.voidHandlingUnitItem.setHandlingUnit(HandlingUnit value) Overwrites the associated HandlingUnit entity for the loaded navigation property to_HandlingUnit.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.handlingunit with parameters of type HandlingUnitModifierConstructorDescriptionHandlingUnitItem(String handlingUnitExternalID, String warehouse, UUID stockItemUUID, String handlingUnitItem, String handlingUnitReferenceDocument, String handlingUnitRefDocumentItem, BigDecimal handlingUnitQuantity, String handlingUnitQuantityUnit, String handlingUnitAltUnitOfMeasure, String material, LocalDateTime shelfLifeExpirationDate, LocalDateTime handlingUnitGoodsReceiptDate, HandlingUnit toHandlingUnit) -
Uses of HandlingUnit in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.handlingunit.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.handlingunit.link that return types with arguments of type HandlingUnitModifier and TypeMethodDescriptionHandlingUnitOneToOneLink.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.handlingunit.link with type arguments of type HandlingUnitModifier and TypeMethodDescriptionprotected HandlingUnitLink<ObjectT>HandlingUnitLink.translateLinkType(EntityLink<HandlingUnitLink<ObjectT>, HandlingUnit, ObjectT> link)