Uses of Class
com.oracle.bmc.cims.model.SubComponents
-
Packages that use SubComponents Package Description com.oracle.bmc.cims.model -
-
Uses of SubComponents in com.oracle.bmc.cims.model
Methods in com.oracle.bmc.cims.model that return SubComponents Modifier and Type Method Description SubComponents
SubComponents.Builder. build()
Methods in com.oracle.bmc.cims.model that return types with arguments of type SubComponents Modifier and Type Method Description List<SubComponents>
SubCategories. getSubCategories()
The sub component list for MOS Taxonomy.Methods in com.oracle.bmc.cims.model with parameters of type SubComponents Modifier and Type Method Description SubComponents.Builder
SubComponents.Builder. copy(SubComponents model)
Method parameters in com.oracle.bmc.cims.model with type arguments of type SubComponents Modifier and Type Method Description SubCategories.Builder
SubCategories.Builder. subCategories(List<SubComponents> subCategories)
The sub component list for MOS Taxonomy.Constructor parameters in com.oracle.bmc.cims.model with type arguments of type SubComponents Constructor Description SubCategories(Map<String,String> serviceCategory, String schema, String hasSubCategory, List<SubComponents> subCategories)
Deprecated.
-