public class ScriptsResource
extends <any>
| Constructor and Description |
|---|
ScriptsResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllScripts()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getScriptResource(String resourceKey)
Generated getter for sub resource of type
ScriptResource for current root resource |
Collection<ScriptModel> |
getScriptsCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
postScript(ScriptDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setScriptsCollection(Collection<ScriptModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public ScriptsResource()
public Response getAllScripts()
Responsepublic AbstractYResource getScriptResource(String resourceKey)
ScriptResource for current root resourcepublic Collection<ScriptModel> getScriptsCollection()
#getResourceValue()public Response postScript(ScriptDTO dto)
Responsepublic void setScriptsCollection(Collection<ScriptModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.