Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.handlingunit | |
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.handlingunit.link |
Modifier and Type | Field and Description |
---|---|
static HandlingUnitLink<HandlingUnitItem> |
HandlingUnit.TO_HANDLING_UNIT_ITEM
Use with available fluent helpers to apply the to_HandlingUnitItem navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
HandlingUnitItem |
HandlingUnitItem.HandlingUnitItemBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<HandlingUnitItem> |
HandlingUnit.fetchHandlingUnitItem()
Fetches the HandlingUnitItem entities (one to many) associated with this entity.
|
protected Class<HandlingUnitItem> |
HandlingUnitItemFluentHelper.getEntityClass() |
protected Class<HandlingUnitItem> |
HandlingUnitItemByKeyFluentHelper.getEntityClass() |
Optional<List<HandlingUnitItem>> |
HandlingUnit.getHandlingUnitItemIfPresent()
Retrieval of associated HandlingUnitItem entities (one to many).
|
List<HandlingUnitItem> |
HandlingUnit.getHandlingUnitItemOrFetch()
Retrieval of associated HandlingUnitItem entities (one to many).
|
Class<HandlingUnitItem> |
HandlingUnitItem.getType() |
Modifier and Type | Method and Description |
---|---|
void |
HandlingUnit.addHandlingUnitItem(HandlingUnitItem... entity)
Adds elements to the list of associated HandlingUnitItem entities.
|
HandlingUnit.HandlingUnitBuilder |
HandlingUnit.HandlingUnitBuilder.handlingUnitItem(HandlingUnitItem... value) |
Modifier and Type | Method and Description |
---|---|
void |
HandlingUnit.setHandlingUnitItem(List<HandlingUnitItem> value)
Overwrites the list of associated HandlingUnitItem entities for the loaded navigation property
to_HandlingUnitItem.
|
Constructor and Description |
---|
HandlingUnit(String handlingUnitExternalID,
String warehouse,
String packagingMaterial,
String packagingMaterialType,
BigDecimal grossWeight,
BigDecimal netWeight,
BigDecimal handlingUnitMaxWeight,
String weightUnit,
BigDecimal handlingUnitTareWeight,
String handlingUnitTareWeightUnit,
BigDecimal grossVolume,
BigDecimal handlingUnitNetVolume,
String volumeUnit,
BigDecimal handlingUnitTareVolume,
String handlingUnitTareVolumeUnit,
BigDecimal handlingUnitLength,
BigDecimal handlingUnitWidth,
BigDecimal handlingUnitHeight,
String unitOfMeasureDimension,
String handlingUnitReferenceDocument,
String createdByUser,
BigDecimal creationDateTime,
String lastChangedByUser,
BigDecimal lastChangeDateTime,
String handlingUnitProcessStatus,
List<HandlingUnitItem> toHandlingUnitItem) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<HandlingUnitItem> |
HandlingUnitItemOneToOneLink.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.
|
Modifier and Type | Method and Description |
---|---|
protected HandlingUnitItemLink<ObjectT> |
HandlingUnitItemLink.translateLinkType(EntityLink<HandlingUnitItemLink<ObjectT>,HandlingUnitItem,ObjectT> link) |
Copyright © 2019 SAP SE. All rights reserved.