public class StockLevelsResource
extends <any>
| Constructor and Description |
|---|
StockLevelsResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllStockLevels()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getStockLevelResource(String resourceKey)
Generated getter for sub resource of type
StockLevelResource for current root resource |
Collection<StockLevelModel> |
getStockLevelsCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
postStockLevel(StockLevelDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setStockLevelsCollection(Collection<StockLevelModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public StockLevelsResource()
public Response getAllStockLevels()
Responsepublic AbstractYResource getStockLevelResource(String resourceKey)
StockLevelResource for current root resourcepublic Collection<StockLevelModel> getStockLevelsCollection()
#getResourceValue()public Response postStockLevel(StockLevelDTO dto)
Responsepublic void setStockLevelsCollection(Collection<StockLevelModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.