public class ChargeEntriesResource
extends <any>
| Constructor and Description |
|---|
ChargeEntriesResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllChargeEntries()
Generated HTTP method for covering GET requests.
|
Collection<ChargeEntryModel> |
getChargeEntriesCollection()
Convenience method which just delegates to
#getResourceValue() |
AbstractYResource |
getChargeEntryResource(String resourceKey)
Generated getter for sub resource of type
ChargeEntryResource for current root resource |
Response |
postChargeEntry(ChargeEntryDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setChargeEntriesCollection(Collection<ChargeEntryModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public ChargeEntriesResource()
public Response getAllChargeEntries()
Responsepublic Collection<ChargeEntryModel> getChargeEntriesCollection()
#getResourceValue()public AbstractYResource getChargeEntryResource(String resourceKey)
ChargeEntryResource for current root resourcepublic Response postChargeEntry(ChargeEntryDTO dto)
Responsepublic void setChargeEntriesCollection(Collection<ChargeEntryModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.