Uses of Class
com.oracle.bmc.oda.model.ImportedPackageSummary
-
Packages that use ImportedPackageSummary Package Description com.oracle.bmc.oda com.oracle.bmc.oda.model com.oracle.bmc.oda.responses -
-
Uses of ImportedPackageSummary in com.oracle.bmc.oda
Methods in com.oracle.bmc.oda that return types with arguments of type ImportedPackageSummary Modifier and Type Method Description Iterable<ImportedPackageSummary>
OdapackagePaginators. listImportedPackagesRecordIterator(ListImportedPackagesRequest request)
Creates a new iterable which will iterate over theImportedPackageSummary
objects contained in responses from the listImportedPackages operation. -
Uses of ImportedPackageSummary in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return ImportedPackageSummary Modifier and Type Method Description ImportedPackageSummary
ImportedPackageSummary.Builder. build()
Methods in com.oracle.bmc.oda.model with parameters of type ImportedPackageSummary Modifier and Type Method Description ImportedPackageSummary.Builder
ImportedPackageSummary.Builder. copy(ImportedPackageSummary model)
-
Uses of ImportedPackageSummary in com.oracle.bmc.oda.responses
Methods in com.oracle.bmc.oda.responses that return types with arguments of type ImportedPackageSummary Modifier and Type Method Description List<ImportedPackageSummary>
ListImportedPackagesResponse. getItems()
A list of com.oracle.bmc.oda.model.ImportedPackageSummary instances.Method parameters in com.oracle.bmc.oda.responses with type arguments of type ImportedPackageSummary Modifier and Type Method Description ListImportedPackagesResponse.Builder
ListImportedPackagesResponse.Builder. items(List<ImportedPackageSummary> items)
A list of com.oracle.bmc.oda.model.ImportedPackageSummary instances.
-