Uses of Class
com.oracle.bmc.jmsjavadownloads.model.JavaDownloadReportSummary
-
Packages that use JavaDownloadReportSummary Package Description com.oracle.bmc.jmsjavadownloads com.oracle.bmc.jmsjavadownloads.model -
-
Uses of JavaDownloadReportSummary in com.oracle.bmc.jmsjavadownloads
Methods in com.oracle.bmc.jmsjavadownloads that return types with arguments of type JavaDownloadReportSummary Modifier and Type Method Description Iterable<JavaDownloadReportSummary>
JavaDownloadPaginators. listJavaDownloadReportsRecordIterator(ListJavaDownloadReportsRequest request)
Creates a new iterable which will iterate over theJavaDownloadReportSummary
objects contained in responses from the listJavaDownloadReports operation. -
Uses of JavaDownloadReportSummary in com.oracle.bmc.jmsjavadownloads.model
Methods in com.oracle.bmc.jmsjavadownloads.model that return JavaDownloadReportSummary Modifier and Type Method Description JavaDownloadReportSummary
JavaDownloadReportSummary.Builder. build()
Methods in com.oracle.bmc.jmsjavadownloads.model that return types with arguments of type JavaDownloadReportSummary Modifier and Type Method Description List<JavaDownloadReportSummary>
JavaDownloadReportCollection. getItems()
A list of JavaDownloadReportSummary objects in a tenancy.Methods in com.oracle.bmc.jmsjavadownloads.model with parameters of type JavaDownloadReportSummary Modifier and Type Method Description JavaDownloadReportSummary.Builder
JavaDownloadReportSummary.Builder. copy(JavaDownloadReportSummary model)
Method parameters in com.oracle.bmc.jmsjavadownloads.model with type arguments of type JavaDownloadReportSummary Modifier and Type Method Description JavaDownloadReportCollection.Builder
JavaDownloadReportCollection.Builder. items(List<JavaDownloadReportSummary> items)
A list of JavaDownloadReportSummary objects in a tenancy.Constructor parameters in com.oracle.bmc.jmsjavadownloads.model with type arguments of type JavaDownloadReportSummary Constructor Description JavaDownloadReportCollection(List<JavaDownloadReportSummary> items)
Deprecated.
-