Package com.oracle.bmc.cims.model
Class IncidentType.Builder
- java.lang.Object
-
- com.oracle.bmc.cims.model.IncidentType.Builder
-
- Enclosing class:
- IncidentType
public static class IncidentType.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IncidentTypebuild()IncidentType.BuilderclassifierList(List<Classifier> classifierList)The list of classifiers.IncidentType.Buildercopy(IncidentType model)IncidentType.Builderdescription(String description)The description of the incident type.IncidentType.Builderid(String id)Unique identifier for the incident type.IncidentType.Builderlabel(String label)The label associated with the incident type.IncidentType.Buildername(String name)The name of the incident type.
-
-
-
Method Detail
-
id
public IncidentType.Builder id(String id)
Unique identifier for the incident type.- Parameters:
id- the value to set- Returns:
- this builder
-
name
public IncidentType.Builder name(String name)
The name of the incident type.- Parameters:
name- the value to set- Returns:
- this builder
-
label
public IncidentType.Builder label(String label)
The label associated with the incident type.- Parameters:
label- the value to set- Returns:
- this builder
-
description
public IncidentType.Builder description(String description)
The description of the incident type.- Parameters:
description- the value to set- Returns:
- this builder
-
classifierList
public IncidentType.Builder classifierList(List<Classifier> classifierList)
The list of classifiers.- Parameters:
classifierList- the value to set- Returns:
- this builder
-
build
public IncidentType build()
-
copy
public IncidentType.Builder copy(IncidentType model)
-
-