public class IndexUpdatesResource
extends <any>
| Constructor and Description |
|---|
IndexUpdatesResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllIndexUpdates()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getIndexUpdateResource(String resourceKey)
Generated getter for sub resource of type
IndexUpdateResource for current root resource |
Collection<IndexUpdateModel> |
getIndexUpdatesCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
postIndexUpdate(IndexUpdateDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setIndexUpdatesCollection(Collection<IndexUpdateModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public IndexUpdatesResource()
public Response getAllIndexUpdates()
Responsepublic AbstractYResource getIndexUpdateResource(String resourceKey)
IndexUpdateResource for current root resourcepublic Collection<IndexUpdateModel> getIndexUpdatesCollection()
#getResourceValue()public Response postIndexUpdate(IndexUpdateDTO dto)
Responsepublic void setIndexUpdatesCollection(Collection<IndexUpdateModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.