public class TextBlockResource
extends <any>
| Constructor and Description |
|---|
TextBlockResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
deleteTextBlock()
Generated HTTP method for covering DELETE requests.
|
AbstractYResource |
getHMCHistoryEntryResource(String resourceKey)
Generated getter for sub resource of type
HMCHistoryEntryResource for current root resource |
AbstractYResource |
getLinkResource(String resourceKey)
Generated getter for sub resource of type
LinkResource for current root resource |
Response |
getTextBlock()
Generated HTTP method for covering GET requests.
|
TextBlockModel |
getTextBlockModel()
Convenience method which just delegates to
#getResourceValue() |
Response |
putTextBlock(TextBlockDTO dto)
Generated HTTP method for covering PUT requests.
|
protected TextBlockModel |
readResource(String resourceId)
Gets the
TextBlockModel resource which is addressed by current resource request. |
void |
setTextBlockModel(TextBlockModel value)
Convenience method which just delegates to
#setResourceValue(TextBlockModel) |
public TextBlockResource()
public Response deleteTextBlock()
Responsepublic AbstractYResource getHMCHistoryEntryResource(String resourceKey)
HMCHistoryEntryResource for current root resourcepublic AbstractYResource getLinkResource(String resourceKey)
LinkResource for current root resourcepublic Response getTextBlock()
Responsepublic TextBlockModel getTextBlockModel()
#getResourceValue()public Response putTextBlock(TextBlockDTO dto)
Responseprotected TextBlockModel readResource(String resourceId) throws Exception
TextBlockModel resource which is addressed by current resource request.Exceptionde.hybris.platform.webservices.AbstractYResource#readResource(String)public void setTextBlockModel(TextBlockModel value)
#setResourceValue(TextBlockModel)Copyright © 2017 SAP SE. All Rights Reserved.