Uses of Class
com.oracle.bmc.marketplace.model.ReportSummary
-
Packages that use ReportSummary Package Description com.oracle.bmc.marketplace com.oracle.bmc.marketplace.model -
-
Uses of ReportSummary in com.oracle.bmc.marketplace
Methods in com.oracle.bmc.marketplace that return types with arguments of type ReportSummary Modifier and Type Method Description Iterable<ReportSummary>
MarketplacePaginators. listReportsRecordIterator(ListReportsRequest request)
Creates a new iterable which will iterate over theReportSummary
objects contained in responses from the listReports operation. -
Uses of ReportSummary in com.oracle.bmc.marketplace.model
Methods in com.oracle.bmc.marketplace.model that return ReportSummary Modifier and Type Method Description ReportSummary
ReportSummary.Builder. build()
Methods in com.oracle.bmc.marketplace.model that return types with arguments of type ReportSummary Modifier and Type Method Description List<ReportSummary>
ReportCollection. getItems()
An array of reports.Methods in com.oracle.bmc.marketplace.model with parameters of type ReportSummary Modifier and Type Method Description ReportSummary.Builder
ReportSummary.Builder. copy(ReportSummary model)
Method parameters in com.oracle.bmc.marketplace.model with type arguments of type ReportSummary Modifier and Type Method Description ReportCollection.Builder
ReportCollection.Builder. items(List<ReportSummary> items)
An array of reports.Constructor parameters in com.oracle.bmc.marketplace.model with type arguments of type ReportSummary Constructor Description ReportCollection(List<ReportSummary> items)
Deprecated.
-