public class InventoryEventsResource
extends <any>
| Constructor and Description |
|---|
InventoryEventsResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllInventoryEvents()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getInventoryEventResource(String resourceKey)
Generated getter for sub resource of type
InventoryEventResource for current root resource |
Collection<InventoryEventModel> |
getInventoryEventsCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
postInventoryEvent(InventoryEventDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setInventoryEventsCollection(Collection<InventoryEventModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public InventoryEventsResource()
public Response getAllInventoryEvents()
Responsepublic AbstractYResource getInventoryEventResource(String resourceKey)
InventoryEventResource for current root resourcepublic Collection<InventoryEventModel> getInventoryEventsCollection()
#getResourceValue()public Response postInventoryEvent(InventoryEventDTO dto)
Responsepublic void setInventoryEventsCollection(Collection<InventoryEventModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.