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