public class CartEntriesResource
extends <any>
| Constructor and Description |
|---|
CartEntriesResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllCartEntries()
Generated HTTP method for covering GET requests.
|
Collection<CartEntryModel> |
getCartEntriesCollection()
Convenience method which just delegates to
#getResourceValue() |
AbstractYResource |
getCartEntryResource(String resourceKey)
Generated getter for sub resource of type
CartEntryResource for current root resource |
Response |
postCartEntry(CartEntryDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setCartEntriesCollection(Collection<CartEntryModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public CartEntriesResource()
public Response getAllCartEntries()
Responsepublic Collection<CartEntryModel> getCartEntriesCollection()
#getResourceValue()public AbstractYResource getCartEntryResource(String resourceKey)
CartEntryResource for current root resourcepublic Response postCartEntry(CartEntryDTO dto)
Responsepublic void setCartEntriesCollection(Collection<CartEntryModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.