| Modifier and Type | Method and Description |
|---|---|
Set<StockLevelDTO> |
ProductDTO.getStockLevels() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductDTO.setStockLevels(Set<StockLevelDTO> value) |
| Modifier and Type | Method and Description |
|---|---|
List<StockLevelDTO> |
StockLevelsDTO.getStockLevels() |
Set<StockLevelDTO> |
WarehouseDTO.getStockLevels() |
| Modifier and Type | Method and Description |
|---|---|
void |
StockLevelsDTO.setStockLevels(List<StockLevelDTO> stocklevelsList) |
void |
WarehouseDTO.setStockLevels(Set<StockLevelDTO> value) |
| Constructor and Description |
|---|
StockLevelsDTO(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 |
|---|---|
Set<StockLevelDTO> |
AdvancedShippingNoticeEntryDTO.getStockLevels() |
| Modifier and Type | Method and Description |
|---|---|
void |
InventoryEventDTO.setStockLevel(StockLevelDTO value) |
| Modifier and Type | Method and Description |
|---|---|
void |
AdvancedShippingNoticeEntryDTO.setStockLevels(Set<StockLevelDTO> value) |
Copyright © 2017 SAP SE. All Rights Reserved.