Uses of Class
com.oracle.bmc.cims.model.IncidentType.Builder
-
Packages that use IncidentType.Builder Package Description com.oracle.bmc.cims.model -
-
Uses of IncidentType.Builder in com.oracle.bmc.cims.model
Methods in com.oracle.bmc.cims.model that return IncidentType.Builder Modifier and Type Method Description static IncidentType.BuilderIncidentType. builder()Create a new builder.IncidentType.BuilderIncidentType.Builder. classifierList(List<Classifier> classifierList)The list of classifiers.IncidentType.BuilderIncidentType.Builder. copy(IncidentType model)IncidentType.BuilderIncidentType.Builder. description(String description)The description of the incident type.IncidentType.BuilderIncidentType.Builder. id(String id)Unique identifier for the incident type.IncidentType.BuilderIncidentType.Builder. label(String label)The label associated with the incident type.IncidentType.BuilderIncidentType.Builder. name(String name)The name of the incident type.IncidentType.BuilderIncidentType. toBuilder()
-