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<WarehouseStorageType> |
Warehouse.TO_WAREHOUSE_STORAGE_TYPE
Use with available fluent helpers to apply the to_WarehouseStorageType navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
WarehouseStorageType |
WarehouseStorageType.WarehouseStorageTypeBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<WarehouseStorageType> |
Warehouse.fetchWarehouseStorageType()
Fetches the WarehouseStorageType entities (one to many) associated with this entity.
|
protected Class<WarehouseStorageType> |
WarehouseStorageTypeByKeyFluentHelper.getEntityClass() |
protected Class<WarehouseStorageType> |
WarehouseStorageTypeFluentHelper.getEntityClass() |
Class<WarehouseStorageType> |
WarehouseStorageType.getType() |
io.vavr.control.Option<List<WarehouseStorageType>> |
Warehouse.getWarehouseStorageTypeIfPresent()
Retrieval of associated WarehouseStorageType entities (one to many).
|
List<WarehouseStorageType> |
Warehouse.getWarehouseStorageTypeOrFetch()
Retrieval of associated WarehouseStorageType entities (one to many).
|
Modifier and Type | Method and Description |
---|---|
void |
Warehouse.addWarehouseStorageType(WarehouseStorageType... entity)
Adds elements to the list of associated WarehouseStorageType entities.
|
Warehouse.WarehouseBuilder |
Warehouse.WarehouseBuilder.warehouseStorageType(WarehouseStorageType... value)
Navigation property to_WarehouseStorageType for Warehouse to multiple
WarehouseStorageType.
|
Modifier and Type | Method and Description |
---|---|
void |
Warehouse.setWarehouseStorageType(List<WarehouseStorageType> value)
Overwrites the list of associated WarehouseStorageType entities for the loaded navigation property
to_WarehouseStorageType.
|
Constructor and Description |
---|
Warehouse(String warehouse,
List<WarehouseStorageType> toWarehouseStorageType,
List<WarehouseText> toWarehouseText) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<WarehouseStorageType> |
WarehouseStorageTypeOneToOneLink.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 WarehouseStorageTypeLink<ObjectT> |
WarehouseStorageTypeLink.translateLinkType(EntityLink<WarehouseStorageTypeLink<ObjectT>,WarehouseStorageType,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.