public class WastageEventsResource
extends <any>
| Constructor and Description |
|---|
WastageEventsResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllWastageEvents()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getWastageEventResource(String resourceKey)
Generated getter for sub resource of type
WastageEventResource for current root resource |
Collection<WastageEventModel> |
getWastageEventsCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
postWastageEvent(WastageEventDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setWastageEventsCollection(Collection<WastageEventModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public WastageEventsResource()
public Response getAllWastageEvents()
Responsepublic AbstractYResource getWastageEventResource(String resourceKey)
WastageEventResource for current root resourcepublic Collection<WastageEventModel> getWastageEventsCollection()
#getResourceValue()public Response postWastageEvent(WastageEventDTO dto)
Responsepublic void setWastageEventsCollection(Collection<WastageEventModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.