public class GenericTestItemsResource
extends <any>
| Constructor and Description |
|---|
GenericTestItemsResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllGenericTestItems()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getGenericTestItemResource(String resourceKey)
Generated getter for sub resource of type
GenericTestItemResource for current root resource |
Collection<GenericTestItemModel> |
getGenericTestItemsCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
postGenericTestItem(GenericTestItemDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setGenericTestItemsCollection(Collection<GenericTestItemModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public GenericTestItemsResource()
public Response getAllGenericTestItems()
Responsepublic AbstractYResource getGenericTestItemResource(String resourceKey)
GenericTestItemResource for current root resourcepublic Collection<GenericTestItemModel> getGenericTestItemsCollection()
#getResourceValue()public Response postGenericTestItem(GenericTestItemDTO dto)
Responsepublic void setGenericTestItemsCollection(Collection<GenericTestItemModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.