public class OrderFormEntriesResource
extends <any>
| Constructor and Description |
|---|
OrderFormEntriesResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllOrderFormEntries()
Generated HTTP method for covering GET requests.
|
Collection<OrderFormEntryModel> |
getOrderFormEntriesCollection()
Convenience method which just delegates to
#getResourceValue() |
AbstractYResource |
getOrderFormEntryResource(String resourceKey)
Generated getter for sub resource of type
OrderFormEntryResource for current root resource |
Response |
postOrderFormEntry(OrderFormEntryDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setOrderFormEntriesCollection(Collection<OrderFormEntryModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public OrderFormEntriesResource()
public Response getAllOrderFormEntries()
Responsepublic Collection<OrderFormEntryModel> getOrderFormEntriesCollection()
#getResourceValue()public AbstractYResource getOrderFormEntryResource(String resourceKey)
OrderFormEntryResource for current root resourcepublic Response postOrderFormEntry(OrderFormEntryDTO dto)
Responsepublic void setOrderFormEntriesCollection(Collection<OrderFormEntryModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.