public class CancellationEventsResource
extends <any>
| Constructor and Description |
|---|
CancellationEventsResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllCancellationEvents()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getCancellationEventResource(String resourceKey)
Generated getter for sub resource of type
CancellationEventResource for current root resource |
Collection<CancellationEventModel> |
getCancellationEventsCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
postCancellationEvent(CancellationEventDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setCancellationEventsCollection(Collection<CancellationEventModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public CancellationEventsResource()
public Response getAllCancellationEvents()
Responsepublic AbstractYResource getCancellationEventResource(String resourceKey)
CancellationEventResource for current root resourcepublic Collection<CancellationEventModel> getCancellationEventsCollection()
#getResourceValue()public Response postCancellationEvent(CancellationEventDTO dto)
Responsepublic void setCancellationEventsCollection(Collection<CancellationEventModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.