public class SolrIndexsResource
extends <any>
| Constructor and Description |
|---|
SolrIndexsResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllSolrIndexs()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getSolrIndexResource(String resourceKey)
Generated getter for sub resource of type
SolrIndexResource for current root resource |
Collection<SolrIndexModel> |
getSolrIndexsCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
postSolrIndex(SolrIndexDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setSolrIndexsCollection(Collection<SolrIndexModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public SolrIndexsResource()
public Response getAllSolrIndexs()
Responsepublic AbstractYResource getSolrIndexResource(String resourceKey)
SolrIndexResource for current root resourcepublic Collection<SolrIndexModel> getSolrIndexsCollection()
#getResourceValue()public Response postSolrIndex(SolrIndexDTO dto)
Responsepublic void setSolrIndexsCollection(Collection<SolrIndexModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.