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 IncidentType
build()
IncidentType.Builder
classifierList(List<Classifier> classifierList)
The list of classifiers.IncidentType.Builder
copy(IncidentType model)
IncidentType.Builder
description(String description)
The description of the incident type.IncidentType.Builder
id(String id)
Unique identifier for the incident type.IncidentType.Builder
label(String label)
The label associated with the incident type.IncidentType.Builder
name(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)
-
-