public class CellStylesResource
extends <any>
| Constructor and Description |
|---|
CellStylesResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllCellStyles()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getCellStyleResource(String resourceKey)
Generated getter for sub resource of type
CellStyleResource for current root resource |
Collection<CellStyleModel> |
getCellStylesCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
postCellStyle(CellStyleDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setCellStylesCollection(Collection<CellStyleModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public CellStylesResource()
public Response getAllCellStyles()
Responsepublic AbstractYResource getCellStyleResource(String resourceKey)
CellStyleResource for current root resourcepublic Collection<CellStyleModel> getCellStylesCollection()
#getResourceValue()public Response postCellStyle(CellStyleDTO dto)
Responsepublic void setCellStylesCollection(Collection<CellStyleModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.