public static class IncidentType.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public IncidentType.Builder id(String id)
Unique identifier for the incident type.
id
- the value to setpublic IncidentType.Builder name(String name)
The name of the incident type.
name
- the value to setpublic IncidentType.Builder label(String label)
The label associated with the incident type.
label
- the value to setpublic IncidentType.Builder description(String description)
The description of the incident type.
description
- the value to setpublic IncidentType.Builder classifierList(List<Classifier> classifierList)
The list of classifiers.
classifierList
- the value to setpublic IncidentType build()
public IncidentType.Builder copy(IncidentType model)
Copyright © 2016–2024. All rights reserved.