Class SecurityLevel.SecurityLevelBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.SecurityLevel.SecurityLevelBuilder
- Enclosing class:
- SecurityLevel
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
description
(String description) The description of the issue level security item.The ID of the issue level security item.Whether the issue level security item is the default.issueSecuritySchemeId
(String issueSecuritySchemeId) The ID of the issue level security scheme.The name of the issue level security item.The URL of the issue level security item.toString()
-
Method Details
-
description
The description of the issue level security item.- Returns:
this
.
-
id
The ID of the issue level security item.- Returns:
this
.
-
isDefault
Whether the issue level security item is the default.- Returns:
this
.
-
issueSecuritySchemeId
The ID of the issue level security scheme.- Returns:
this
.
-
name
The name of the issue level security item.- Returns:
this
.
-
self
The URL of the issue level security item.- Returns:
this
.
-
build
-
toString
-