public class AllocationEventsResource
extends <any>
| Constructor and Description |
|---|
AllocationEventsResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllAllocationEvents()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getAllocationEventResource(String resourceKey)
Generated getter for sub resource of type
AllocationEventResource for current root resource |
Collection<AllocationEventModel> |
getAllocationEventsCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
postAllocationEvent(AllocationEventDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setAllocationEventsCollection(Collection<AllocationEventModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public AllocationEventsResource()
public Response getAllAllocationEvents()
Responsepublic AbstractYResource getAllocationEventResource(String resourceKey)
AllocationEventResource for current root resourcepublic Collection<AllocationEventModel> getAllocationEventsCollection()
#getResourceValue()public Response postAllocationEvent(AllocationEventDTO dto)
Responsepublic void setAllocationEventsCollection(Collection<AllocationEventModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.