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