public class ContentBlocksResource
extends <any>
| Constructor and Description |
|---|
ContentBlocksResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllContentBlocks()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getContentBlockResource(String resourceKey)
Generated getter for sub resource of type
ContentBlockResource for current root resource |
Collection<ContentBlockModel> |
getContentBlocksCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
postContentBlock(ContentBlockDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setContentBlocksCollection(Collection<ContentBlockModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public ContentBlocksResource()
public Response getAllContentBlocks()
Responsepublic AbstractYResource getContentBlockResource(String resourceKey)
ContentBlockResource for current root resourcepublic Collection<ContentBlockModel> getContentBlocksCollection()
#getResourceValue()public Response postContentBlock(ContentBlockDTO dto)
Responsepublic void setContentBlocksCollection(Collection<ContentBlockModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.