Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.packinginstruction.PackingInstructionComponent
Packages that use PackingInstructionComponent
Package
Description
-
Uses of PackingInstructionComponent in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.packinginstruction
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.packinginstruction with type parameters of type PackingInstructionComponentModifier and TypeFieldDescriptionstatic final PackingInstructionHeaderLink<PackingInstructionComponent>PackingInstructionHeader.TO_PACKING_INSTRUCTION_COMPONENTUse with available fluent helpers to apply the to_PackingInstructionComponent navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.packinginstruction that return PackingInstructionComponentModifier and TypeMethodDescriptionPackingInstructionComponent.PackingInstructionComponentBuilder.build()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.packinginstruction that return types with arguments of type PackingInstructionComponentModifier and TypeMethodDescriptionPackingInstructionHeader.fetchPackingInstructionComponent()Fetches the PackingInstructionComponent entities (one to many) associated with this entity.protected Class<PackingInstructionComponent>PackingInstructionComponentByKeyFluentHelper.getEntityClass()protected Class<PackingInstructionComponent>PackingInstructionComponentFluentHelper.getEntityClass()io.vavr.control.Option<List<PackingInstructionComponent>>PackingInstructionHeader.getPackingInstructionComponentIfPresent()Retrieval of associated PackingInstructionComponent entities (one to many).PackingInstructionHeader.getPackingInstructionComponentOrFetch()Retrieval of associated PackingInstructionComponent entities (one to many).PackingInstructionComponent.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.packinginstruction with parameters of type PackingInstructionComponentModifier and TypeMethodDescriptionvoidPackingInstructionHeader.addPackingInstructionComponent(PackingInstructionComponent... entity) Adds elements to the list of associated PackingInstructionComponent entities.PackingInstructionHeader.PackingInstructionHeaderBuilder.packingInstructionComponent(PackingInstructionComponent... value) Navigation property to_PackingInstructionComponent for PackingInstructionHeader to multiple PackingInstructionComponent.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.packinginstruction with type arguments of type PackingInstructionComponentModifier and TypeMethodDescriptionvoidPackingInstructionHeader.setPackingInstructionComponent(List<PackingInstructionComponent> value) Overwrites the list of associated PackingInstructionComponent entities for the loaded navigation property to_PackingInstructionComponent.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.packinginstruction with type arguments of type PackingInstructionComponentModifierConstructorDescriptionPackingInstructionHeader(UUID packingInstructionSystemUUID, String packingInstructionNumber, String packingInstructionExternalName, BigDecimal handlingUnitHeight, BigDecimal handlingUnitWidth, BigDecimal handlingUnitLength, BigDecimal handlingUnitInnerHeight, BigDecimal handlingUnitInnerWidth, BigDecimal handlingUnitInnerLength, String handlingUnitUoMDimension, Boolean handlingUnitMeasuresAreFixed, BigDecimal handlingUnitGrossVolume, BigDecimal handlingUnitLoadVolume, BigDecimal handlingUnitAllowedLoadVolume, String handlingUnitVolumeUnit, BigDecimal handlingUnitTareVolume, String handlingUnitTareVolumeUnit, Boolean handlingUnitVolumesAreFixed, BigDecimal excessVolumeToleranceValue, BigDecimal handlingUnitGrossWeight, BigDecimal handlingUnitLoadWeight, BigDecimal handlingUnitAllowedLoadWeight, String handlingUnitWeightUnit, BigDecimal handlingUnitTareWeight, String handlingUnitTareWeightUnit, Boolean handlingUnitWeightsAreFixed, BigDecimal excessWeightToleranceValue, BigDecimal packingInstructionAllwdLoadQty, Boolean handlingUnitIsClosed, UUID loadCarrierSystUUID, Boolean packingInstructionIsDeleted, String packingInstructionCheckProfSts, Short stackingFactor, String handlingUnitType, String createdByUser, LocalDateTime creationDate, String lastChangedByUser, LocalDateTime lastChangeDate, LocalTime lastChangeTime, List<PackingInstructionComponent> toPackingInstructionComponent, List<PackingInstructionText> toPackingInstructionText) -
Uses of PackingInstructionComponent in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.packinginstruction.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.packinginstruction.link that return types with arguments of type PackingInstructionComponentModifier and TypeMethodDescriptionPackingInstructionComponentOneToOneLink.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.packinginstruction.link with type arguments of type PackingInstructionComponentModifier and TypeMethodDescriptionprotected PackingInstructionComponentLink<ObjectT>PackingInstructionComponentLink.translateLinkType(EntityLink<PackingInstructionComponentLink<ObjectT>, PackingInstructionComponent, ObjectT> link)