public class PriceRowsResource
extends <any>
| Constructor and Description |
|---|
PriceRowsResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllPriceRows()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getPriceRowResource(String resourceKey)
Generated getter for sub resource of type
PriceRowResource for current root resource |
Collection<PriceRowModel> |
getPriceRowsCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
postPriceRow(PriceRowDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setPriceRowsCollection(Collection<PriceRowModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public PriceRowsResource()
public Response getAllPriceRows()
Responsepublic AbstractYResource getPriceRowResource(String resourceKey)
PriceRowResource for current root resourcepublic Collection<PriceRowModel> getPriceRowsCollection()
#getResourceValue()public Response postPriceRow(PriceRowDTO dto)
Responsepublic void setPriceRowsCollection(Collection<PriceRowModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.