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