public class TextBlocksResource
extends <any>
| Constructor and Description |
|---|
TextBlocksResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllTextBlocks()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getTextBlockResource(String resourceKey)
Generated getter for sub resource of type
TextBlockResource for current root resource |
Collection<TextBlockModel> |
getTextBlocksCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
postTextBlock(TextBlockDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setTextBlocksCollection(Collection<TextBlockModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public TextBlocksResource()
public Response getAllTextBlocks()
Responsepublic AbstractYResource getTextBlockResource(String resourceKey)
TextBlockResource for current root resourcepublic Collection<TextBlockModel> getTextBlocksCollection()
#getResourceValue()public Response postTextBlock(TextBlockDTO dto)
Responsepublic void setTextBlocksCollection(Collection<TextBlockModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.