public class ReservationEventsResource
extends <any>
| Constructor and Description |
|---|
ReservationEventsResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllReservationEvents()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getReservationEventResource(String resourceKey)
Generated getter for sub resource of type
ReservationEventResource for current root resource |
Collection<ReservationEventModel> |
getReservationEventsCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
postReservationEvent(ReservationEventDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setReservationEventsCollection(Collection<ReservationEventModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public ReservationEventsResource()
public Response getAllReservationEvents()
Responsepublic AbstractYResource getReservationEventResource(String resourceKey)
ReservationEventResource for current root resourcepublic Collection<ReservationEventModel> getReservationEventsCollection()
#getResourceValue()public Response postReservationEvent(ReservationEventDTO dto)
Responsepublic void setReservationEventsCollection(Collection<ReservationEventModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.