Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionsupplyarea |
Modifier and Type | Field and Description |
---|---|
static ProductionSupplyAreaLink<ProductionSupplyAreaText> |
ProductionSupplyArea.TO_PRODUCTION_SUPPLY_AREA_TEXT
Use with available fluent helpers to apply the to_ProductionSupplyAreaText navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
ProductionSupplyAreaText |
ProductionSupplyAreaText.ProductionSupplyAreaTextBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<ProductionSupplyAreaText> |
ProductionSupplyArea.fetchProductionSupplyAreaText()
Fetches the ProductionSupplyAreaText entities (one to many) associated with this entity.
|
protected Class<ProductionSupplyAreaText> |
ProductionSupplyAreaTextByKeyFluentHelper.getEntityClass() |
protected Class<ProductionSupplyAreaText> |
ProductionSupplyAreaTextFluentHelper.getEntityClass() |
Optional<List<ProductionSupplyAreaText>> |
ProductionSupplyArea.getProductionSupplyAreaTextIfPresent()
Retrieval of associated ProductionSupplyAreaText entities (one to many).
|
List<ProductionSupplyAreaText> |
ProductionSupplyArea.getProductionSupplyAreaTextOrFetch()
Retrieval of associated ProductionSupplyAreaText entities (one to many).
|
Class<ProductionSupplyAreaText> |
ProductionSupplyAreaText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ProductionSupplyArea.addProductionSupplyAreaText(ProductionSupplyAreaText... entity)
Adds elements to the list of associated ProductionSupplyAreaText entities.
|
ProductionSupplyArea.ProductionSupplyAreaBuilder |
ProductionSupplyArea.ProductionSupplyAreaBuilder.productionSupplyAreaText(ProductionSupplyAreaText... value) |
Modifier and Type | Method and Description |
---|---|
void |
ProductionSupplyArea.setProductionSupplyAreaText(List<ProductionSupplyAreaText> value)
Overwrites the list of associated ProductionSupplyAreaText entities for the loaded navigation property
to_ProductionSupplyAreaText.
|
protected ProductionSupplyAreaTextLink<ObjectT> |
ProductionSupplyAreaTextLink.translateLinkType(EntityLink<ProductionSupplyAreaTextLink<ObjectT>,ProductionSupplyAreaText,ObjectT> link) |
Constructor and Description |
---|
ProductionSupplyArea(String productionSupplyArea,
String plant,
String storageLocation,
String productionSupplyAreaRespPerson,
String unloadingPointName,
String factoryCalendar,
String shiftGrouping,
String shiftSequence,
BigDecimal pullIntervalInWorkdays,
BigDecimal pullIntervalInMinutes,
String unloadingWarehouseStagingArea,
ErpConfigContext erpConfigContext,
List<ProductionSupplyAreaText> toProductionSupplyAreaText) |
Copyright © 2018 SAP SE. All rights reserved.