public class SingleParameterValuesResource
extends <any>
| Constructor and Description |
|---|
SingleParameterValuesResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllSingleParameterValues()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getSingleParameterValueResource(String resourceKey)
Generated getter for sub resource of type
SingleParameterValueResource for current root resource |
Collection<SingleParameterValueModel> |
getSingleParameterValuesCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
postSingleParameterValue(SingleParameterValueDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setSingleParameterValuesCollection(Collection<SingleParameterValueModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public SingleParameterValuesResource()
public Response getAllSingleParameterValues()
Responsepublic AbstractYResource getSingleParameterValueResource(String resourceKey)
SingleParameterValueResource for current root resourcepublic Collection<SingleParameterValueModel> getSingleParameterValuesCollection()
#getResourceValue()public Response postSingleParameterValue(SingleParameterValueDTO dto)
Responsepublic void setSingleParameterValuesCollection(Collection<SingleParameterValueModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.