public class DistrictsResource
extends <any>
| Constructor and Description |
|---|
DistrictsResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllDistricts()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getDistrictResource(String resourceKey)
Generated getter for sub resource of type
DistrictResource for current root resource |
Collection<DistrictModel> |
getDistrictsCollection()
Convenience method which just delegates to
#getResourceValue() |
void |
setDistrictsCollection(Collection<DistrictModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public DistrictsResource()
public Response getAllDistricts()
Responsepublic AbstractYResource getDistrictResource(String resourceKey)
DistrictResource for current root resourcepublic Collection<DistrictModel> getDistrictsCollection()
#getResourceValue()public void setDistrictsCollection(Collection<DistrictModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.