public class TableStylesResource
extends <any>
| Constructor and Description |
|---|
TableStylesResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllTableStyles()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getTableStyleResource(String resourceKey)
Generated getter for sub resource of type
TableStyleResource for current root resource |
Collection<TableStyleModel> |
getTableStylesCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
postTableStyle(TableStyleDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setTableStylesCollection(Collection<TableStyleModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public TableStylesResource()
public Response getAllTableStyles()
Responsepublic AbstractYResource getTableStyleResource(String resourceKey)
TableStyleResource for current root resourcepublic Collection<TableStyleModel> getTableStylesCollection()
#getResourceValue()public Response postTableStyle(TableStyleDTO dto)
Responsepublic void setTableStylesCollection(Collection<TableStyleModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.