public class IndexTestItemsResource
extends <any>
| Constructor and Description |
|---|
IndexTestItemsResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllIndexTestItems()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getIndexTestItemResource(String resourceKey)
Generated getter for sub resource of type
IndexTestItemResource for current root resource |
Collection<IndexTestItemModel> |
getIndexTestItemsCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
postIndexTestItem(IndexTestItemDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setIndexTestItemsCollection(Collection<IndexTestItemModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public IndexTestItemsResource()
public Response getAllIndexTestItems()
Responsepublic AbstractYResource getIndexTestItemResource(String resourceKey)
IndexTestItemResource for current root resourcepublic Collection<IndexTestItemModel> getIndexTestItemsCollection()
#getResourceValue()public Response postIndexTestItem(IndexTestItemDTO dto)
Responsepublic void setIndexTestItemsCollection(Collection<IndexTestItemModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.