Uses of Class
com.oracle.bmc.cims.model.ServiceCategory
-
Packages that use ServiceCategory Package Description com.oracle.bmc.cims.model -
-
Uses of ServiceCategory in com.oracle.bmc.cims.model
Methods in com.oracle.bmc.cims.model that return ServiceCategory Modifier and Type Method Description ServiceCategory
ServiceCategory.Builder. build()
Methods in com.oracle.bmc.cims.model that return types with arguments of type ServiceCategory Modifier and Type Method Description List<ServiceCategory>
IncidentResourceType. getServiceCategoryList()
The service category list.Methods in com.oracle.bmc.cims.model with parameters of type ServiceCategory Modifier and Type Method Description ServiceCategory.Builder
ServiceCategory.Builder. copy(ServiceCategory model)
Method parameters in com.oracle.bmc.cims.model with type arguments of type ServiceCategory Modifier and Type Method Description IncidentResourceType.Builder
IncidentResourceType.Builder. serviceCategoryList(List<ServiceCategory> serviceCategoryList)
The service category list.Constructor parameters in com.oracle.bmc.cims.model with type arguments of type ServiceCategory Constructor Description IncidentResourceType(String resourceTypeKey, String name, String label, String description, Boolean isSubscriptionsSupported, List<ServiceCategory> serviceCategoryList, Map<String,String> service, List<Services> services)
Deprecated.
-