public class IndexConfigurationsResource
extends <any>
| Constructor and Description |
|---|
IndexConfigurationsResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllIndexConfigurations()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getIndexConfigurationResource(String resourceKey)
Generated getter for sub resource of type
IndexConfigurationResource for current root resource |
Collection<IndexConfigurationModel> |
getIndexConfigurationsCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
postIndexConfiguration(IndexConfigurationDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setIndexConfigurationsCollection(Collection<IndexConfigurationModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public IndexConfigurationsResource()
public Response getAllIndexConfigurations()
Responsepublic AbstractYResource getIndexConfigurationResource(String resourceKey)
IndexConfigurationResource for current root resourcepublic Collection<IndexConfigurationModel> getIndexConfigurationsCollection()
#getResourceValue()public Response postIndexConfiguration(IndexConfigurationDTO dto)
Responsepublic void setIndexConfigurationsCollection(Collection<IndexConfigurationModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.