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