Class DefaultLevelValue.DefaultLevelValueBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.DefaultLevelValue.DefaultLevelValueBuilder
- Enclosing class:
- DefaultLevelValue
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
defaultLevelId
(String defaultLevelId) The ID of the issue security level to set as default for the specified scheme.issueSecuritySchemeId
(String issueSecuritySchemeId) The ID of the issue security scheme to set default level for.toString()
-
Method Details
-
defaultLevelId
The ID of the issue security level to set as default for the specified scheme. Providing null will reset the default level.- Returns:
this
.
-
issueSecuritySchemeId
public DefaultLevelValue.DefaultLevelValueBuilder issueSecuritySchemeId(String issueSecuritySchemeId) The ID of the issue security scheme to set default level for.- Returns:
this
.
-
build
-
toString
-