Uses of Class
com.oracle.bmc.osmanagementhub.model.ErratumSummary
-
Packages that use ErratumSummary Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.model -
-
Uses of ErratumSummary in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type ErratumSummary Modifier and Type Method Description Iterable<ErratumSummary>
SoftwareSourcePaginators. listErrataRecordIterator(ListErrataRequest request)
Creates a new iterable which will iterate over theErratumSummary
objects contained in responses from the listErrata operation. -
Uses of ErratumSummary in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return ErratumSummary Modifier and Type Method Description ErratumSummary
ErratumSummary.Builder. build()
Methods in com.oracle.bmc.osmanagementhub.model that return types with arguments of type ErratumSummary Modifier and Type Method Description List<ErratumSummary>
ErratumCollection. getItems()
List of errata.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type ErratumSummary Modifier and Type Method Description ErratumSummary.Builder
ErratumSummary.Builder. copy(ErratumSummary model)
Method parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type ErratumSummary Modifier and Type Method Description ErratumCollection.Builder
ErratumCollection.Builder. items(List<ErratumSummary> items)
List of errata.Constructor parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type ErratumSummary Constructor Description ErratumCollection(List<ErratumSummary> items)
Deprecated.
-