Uses of Class
com.oracle.bmc.cims.model.Classifier
-
Packages that use Classifier Package Description com.oracle.bmc.cims.model -
-
Uses of Classifier in com.oracle.bmc.cims.model
Methods in com.oracle.bmc.cims.model that return Classifier Modifier and Type Method Description Classifier
Classifier.Builder. build()
Methods in com.oracle.bmc.cims.model that return types with arguments of type Classifier Modifier and Type Method Description List<Classifier>
IncidentType. getClassifierList()
The list of classifiers.Methods in com.oracle.bmc.cims.model with parameters of type Classifier Modifier and Type Method Description Classifier.Builder
Classifier.Builder. copy(Classifier model)
Method parameters in com.oracle.bmc.cims.model with type arguments of type Classifier Modifier and Type Method Description IncidentType.Builder
IncidentType.Builder. classifierList(List<Classifier> classifierList)
The list of classifiers.Constructor parameters in com.oracle.bmc.cims.model with type arguments of type Classifier Constructor Description IncidentType(String id, String name, String label, String description, List<Classifier> classifierList)
Deprecated.
-