Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.warehouse | |
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.warehouse.link |
Modifier and Type | Field and Description |
---|---|
static WarehouseLink<WarehouseText> |
Warehouse.TO_WAREHOUSE_TEXT
Use with available fluent helpers to apply the to_WarehouseText navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
WarehouseText |
WarehouseText.WarehouseTextBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<WarehouseText> |
Warehouse.fetchWarehouseText()
Fetches the WarehouseText entities (one to many) associated with this entity.
|
protected Class<WarehouseText> |
WarehouseTextFluentHelper.getEntityClass() |
protected Class<WarehouseText> |
WarehouseTextByKeyFluentHelper.getEntityClass() |
Class<WarehouseText> |
WarehouseText.getType() |
io.vavr.control.Option<List<WarehouseText>> |
Warehouse.getWarehouseTextIfPresent()
Retrieval of associated WarehouseText entities (one to many).
|
List<WarehouseText> |
Warehouse.getWarehouseTextOrFetch()
Retrieval of associated WarehouseText entities (one to many).
|
Modifier and Type | Method and Description |
---|---|
void |
Warehouse.addWarehouseText(WarehouseText... entity)
Adds elements to the list of associated WarehouseText entities.
|
Warehouse.WarehouseBuilder |
Warehouse.WarehouseBuilder.warehouseText(WarehouseText... value)
Navigation property to_WarehouseText for Warehouse to multiple WarehouseText.
|
Modifier and Type | Method and Description |
---|---|
void |
Warehouse.setWarehouseText(List<WarehouseText> value)
Overwrites the list of associated WarehouseText entities for the loaded navigation property
to_WarehouseText.
|
Constructor and Description |
---|
Warehouse(String warehouse,
List<WarehouseStorageType> toWarehouseStorageType,
List<WarehouseText> toWarehouseText) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<WarehouseText> |
WarehouseTextOneToOneLink.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 WarehouseTextLink<ObjectT> |
WarehouseTextLink.translateLinkType(EntityLink<WarehouseTextLink<ObjectT>,WarehouseText,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.