public class TableBlocksResource
extends <any>
| Constructor and Description |
|---|
TableBlocksResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllTableBlocks()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getTableBlockResource(String resourceKey)
Generated getter for sub resource of type
TableBlockResource for current root resource |
Collection<TableBlockModel> |
getTableBlocksCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
postTableBlock(TableBlockDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setTableBlocksCollection(Collection<TableBlockModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public TableBlocksResource()
public Response getAllTableBlocks()
Responsepublic AbstractYResource getTableBlockResource(String resourceKey)
TableBlockResource for current root resourcepublic Collection<TableBlockModel> getTableBlocksCollection()
#getResourceValue()public Response postTableBlock(TableBlockDTO dto)
Responsepublic void setTableBlocksCollection(Collection<TableBlockModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.