Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
IssueType |
build() |
IssueType.Builder |
copy(IssueType model) |
IssueType.Builder |
issueTypeKey(String issueTypeKey)
Unique identifier for the issue type.
|
IssueType.Builder |
label(String label)
The label for the issue type.
|
IssueType.Builder |
name(String name)
The URL for the contextual documentation.
|
public IssueType.Builder issueTypeKey(String issueTypeKey)
Unique identifier for the issue type.
issueTypeKey
- the value to setpublic IssueType.Builder label(String label)
The label for the issue type. For example, Instance Performance
.
label
- the value to setpublic IssueType.Builder name(String name)
The URL for the contextual documentation.
name
- the value to setpublic IssueType build()
public IssueType.Builder copy(IssueType model)
Copyright © 2016–2024. All rights reserved.