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 HandlingUnitItemOneToOneLink<HandlingUnit> |
HandlingUnitItem.TO_HANDLING_UNIT
Use with available fluent helpers to apply the to_HandlingUnit navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
HandlingUnit |
HandlingUnit.HandlingUnitBuilder.build() |
HandlingUnit |
HandlingUnitItem.fetchHandlingUnit()
Fetches the HandlingUnit entity (one to one) associated with this entity.
|
HandlingUnit |
HandlingUnitItem.getHandlingUnitOrFetch()
Retrieval of associated HandlingUnit entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
protected Class<HandlingUnit> |
HandlingUnitByKeyFluentHelper.getEntityClass() |
protected Class<HandlingUnit> |
HandlingUnitFluentHelper.getEntityClass() |
io.vavr.control.Option<HandlingUnit> |
HandlingUnitItem.getHandlingUnitIfPresent()
Retrieval of associated HandlingUnit entity (one to one).
|
Class<HandlingUnit> |
HandlingUnit.getType() |
Modifier and Type | Method and Description |
---|---|
HandlingUnitItem.HandlingUnitItemBuilder |
HandlingUnitItem.HandlingUnitItemBuilder.handlingUnit(HandlingUnit value)
Navigation property to_HandlingUnit for HandlingUnitItem to single HandlingUnit.
|
void |
HandlingUnitItem.setHandlingUnit(HandlingUnit value)
Overwrites the associated HandlingUnit entity for the loaded navigation property to_HandlingUnit.
|
Constructor and Description |
---|
HandlingUnitItem(String handlingUnitExternalID,
String warehouse,
UUID stockItemUUID,
String handlingUnitReferenceDocument,
String handlingUnitRefDocumentItem,
BigDecimal handlingUnitQuantity,
String handlingUnitQuantityUnit,
String handlingUnitAltUnitOfMeasure,
String material,
LocalDateTime shelfLifeExpirationDate,
LocalDateTime handlingUnitGoodsReceiptDate,
HandlingUnit toHandlingUnit) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<HandlingUnit> |
HandlingUnitOneToOneLink.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 HandlingUnitLink<ObjectT> |
HandlingUnitLink.translateLinkType(EntityLink<HandlingUnitLink<ObjectT>,HandlingUnit,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.