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.oda
Methods 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 thePackageSummary
objects contained in responses from the listPackages operation. -
Uses of PackageSummary in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return PackageSummary Modifier and Type Method Description PackageSummary
PackageSummary.Builder. build()
Methods in com.oracle.bmc.oda.model with parameters of type PackageSummary Modifier and Type Method Description PackageSummary.Builder
PackageSummary.Builder. copy(PackageSummary model)
-
Uses of PackageSummary in com.oracle.bmc.oda.responses
Methods 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.Builder
ListPackagesResponse.Builder. items(List<PackageSummary> items)
A list of com.oracle.bmc.oda.model.PackageSummary instances.
-