public class ParameterValuesResource
extends <any>
| Constructor and Description |
|---|
ParameterValuesResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllParameterValues()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getParameterValueResource(String resourceKey)
Generated getter for sub resource of type
ParameterValueResource for current root resource |
Collection<ParameterValueModel> |
getParameterValuesCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
postParameterValue(ParameterValueDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setParameterValuesCollection(Collection<ParameterValueModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public ParameterValuesResource()
public Response getAllParameterValues()
Responsepublic AbstractYResource getParameterValueResource(String resourceKey)
ParameterValueResource for current root resourcepublic Collection<ParameterValueModel> getParameterValuesCollection()
#getResourceValue()public Response postParameterValue(ParameterValueDTO dto)
Responsepublic void setParameterValuesCollection(Collection<ParameterValueModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.