Uses of Class
com.oracle.bmc.osmanagementhub.model.ModuleSummary
-
Packages that use ModuleSummary Package Description com.oracle.bmc.osmanagementhub.model -
-
Uses of ModuleSummary in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return ModuleSummary Modifier and Type Method Description ModuleSummary
ModuleSummary.Builder. build()
Methods in com.oracle.bmc.osmanagementhub.model that return types with arguments of type ModuleSummary Modifier and Type Method Description List<ModuleSummary>
ModuleCollection. getItems()
List of modules.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type ModuleSummary Modifier and Type Method Description ModuleSummary.Builder
ModuleSummary.Builder. copy(ModuleSummary model)
Method parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type ModuleSummary Modifier and Type Method Description ModuleCollection.Builder
ModuleCollection.Builder. items(List<ModuleSummary> items)
List of modules.Constructor parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type ModuleSummary Constructor Description ModuleCollection(List<ModuleSummary> items)
Deprecated.
-