public class RestockConfigsResource
extends <any>
| Constructor and Description |
|---|
RestockConfigsResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllRestockConfigs()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getRestockConfigResource(String resourceKey)
Generated getter for sub resource of type
RestockConfigResource for current root resource |
Collection<RestockConfigModel> |
getRestockConfigsCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
postRestockConfig(RestockConfigDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setRestockConfigsCollection(Collection<RestockConfigModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public RestockConfigsResource()
public Response getAllRestockConfigs()
Responsepublic AbstractYResource getRestockConfigResource(String resourceKey)
RestockConfigResource for current root resourcepublic Collection<RestockConfigModel> getRestockConfigsCollection()
#getResourceValue()public Response postRestockConfig(RestockConfigDTO dto)
Responsepublic void setRestockConfigsCollection(Collection<RestockConfigModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.