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