public static class Classifier.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Classifier |
build() |
Classifier.Builder |
copy(Classifier model) |
Classifier.Builder |
description(String description)
The description of the classifier.
|
Classifier.Builder |
id(String id)
Unique identifier of the classifier.
|
Classifier.Builder |
issueTypeList(List<IssueType> issueTypeList)
The list of issues.
|
Classifier.Builder |
label(String label)
The label associated with the classifier.
|
Classifier.Builder |
name(String name)
The display name of the classifier.
|
Classifier.Builder |
scope(Classifier.Scope scope)
The scope of the service category or resource.
|
Classifier.Builder |
unit(Classifier.Unit unit)
The unit to use to measure the service category or resource.
|
public Classifier.Builder id(String id)
Unique identifier of the classifier.
id
- the value to setpublic Classifier.Builder name(String name)
The display name of the classifier.
name
- the value to setpublic Classifier.Builder label(String label)
The label associated with the classifier.
label
- the value to setpublic Classifier.Builder description(String description)
The description of the classifier.
description
- the value to setpublic Classifier.Builder issueTypeList(List<IssueType> issueTypeList)
The list of issues.
issueTypeList
- the value to setpublic Classifier.Builder scope(Classifier.Scope scope)
The scope of the service category or resource.
scope
- the value to setpublic Classifier.Builder unit(Classifier.Unit unit)
The unit to use to measure the service category or resource.
unit
- the value to setpublic Classifier build()
public Classifier.Builder copy(Classifier model)
Copyright © 2016–2024. All rights reserved.