Uses of Class
com.oracle.bmc.oda.model.PackageSummary
- 
Packages that use PackageSummary Package Description com.oracle.bmc.oda com.oracle.bmc.oda.model com.oracle.bmc.oda.responses 
- 
- 
Uses of PackageSummary in com.oracle.bmc.odaMethods in com.oracle.bmc.oda that return types with arguments of type PackageSummary Modifier and Type Method Description Iterable<PackageSummary>OdapackagePaginators. listPackagesRecordIterator(ListPackagesRequest request)Creates a new iterable which will iterate over thePackageSummaryobjects contained in responses from the listPackages operation.
- 
Uses of PackageSummary in com.oracle.bmc.oda.modelMethods in com.oracle.bmc.oda.model that return PackageSummary Modifier and Type Method Description PackageSummaryPackageSummary.Builder. build()Methods in com.oracle.bmc.oda.model with parameters of type PackageSummary Modifier and Type Method Description PackageSummary.BuilderPackageSummary.Builder. copy(PackageSummary model)
- 
Uses of PackageSummary in com.oracle.bmc.oda.responsesMethods in com.oracle.bmc.oda.responses that return types with arguments of type PackageSummary Modifier and Type Method Description List<PackageSummary>ListPackagesResponse. getItems()A list of com.oracle.bmc.oda.model.PackageSummary instances.Method parameters in com.oracle.bmc.oda.responses with type arguments of type PackageSummary Modifier and Type Method Description ListPackagesResponse.BuilderListPackagesResponse.Builder. items(List<PackageSummary> items)A list of com.oracle.bmc.oda.model.PackageSummary instances.
 
-