public class KeywordsResource
extends <any>
| Constructor and Description |
|---|
KeywordsResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllKeywords()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getKeywordResource(String resourceKey)
Generated getter for sub resource of type
KeywordResource for current root resource |
Collection<KeywordModel> |
getKeywordsCollection()
Convenience method which just delegates to
#getResourceValue() |
void |
setKeywordsCollection(Collection<KeywordModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public KeywordsResource()
public Response getAllKeywords()
Responsepublic AbstractYResource getKeywordResource(String resourceKey)
KeywordResource for current root resourcepublic Collection<KeywordModel> getKeywordsCollection()
#getResourceValue()public void setKeywordsCollection(Collection<KeywordModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.