| Modifier and Type | Method and Description |
|---|---|
java.util.Set<StockLevelDTO> |
ProductDTO.getStockLevels() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductDTO.setStockLevels(java.util.Set<StockLevelDTO> value) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<StockLevelDTO> |
StockLevelsDTO.getStockLevels() |
java.util.Set<StockLevelDTO> |
WarehouseDTO.getStockLevels() |
| Modifier and Type | Method and Description |
|---|---|
void |
StockLevelsDTO.setStockLevels(java.util.List<StockLevelDTO> stocklevelsList) |
void |
WarehouseDTO.setStockLevels(java.util.Set<StockLevelDTO> value) |
| Constructor and Description |
|---|
StockLevelsDTO(java.util.List<StockLevelDTO> stocklevelsList)
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
StockLevelsResource.postStockLevel(StockLevelDTO dto)
Generated HTTP method for covering POST requests.
|
Response |
StockLevelResource.putStockLevel(StockLevelDTO dto)
Generated HTTP method for covering PUT requests.
|
| Modifier and Type | Method and Description |
|---|---|
StockLevelDTO |
StockLevelHistoryEntryDTO.getStockLevel() |
| Modifier and Type | Method and Description |
|---|---|
void |
StockLevelHistoryEntryDTO.setStockLevel(StockLevelDTO value) |
| Modifier and Type | Method and Description |
|---|---|
StockLevelDTO |
InventoryEventDTO.getStockLevel() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<StockLevelDTO> |
AdvancedShippingNoticeEntryDTO.getStockLevels() |
| Modifier and Type | Method and Description |
|---|---|
void |
InventoryEventDTO.setStockLevel(StockLevelDTO value) |
| Modifier and Type | Method and Description |
|---|---|
void |
AdvancedShippingNoticeEntryDTO.setStockLevels(java.util.Set<StockLevelDTO> value) |
Copyright © 2018 SAP SE. All Rights Reserved.