Class CommentVisibility.CommentVisibilityBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.CommentVisibility.CommentVisibilityBuilder
- Enclosing class:
- CommentVisibility
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
identifier
(String identifier) The ID of the group or the name of the role that visibility of this item is restricted to.toString()
Whether visibility of this item is restricted to a group or role.The name of the group or role that visibility of this item is restricted to.
-
Method Details
-
identifier
The ID of the group or the name of the role that visibility of this item is restricted to.- Returns:
this
.
-
type
Whether visibility of this item is restricted to a group or role.- Returns:
this
.
-
value
The name of the group or role that visibility of this item is restricted to. Please note that the name of a group is mutable, to reliably identify a group useidentifier
.- Returns:
this
.
-
build
-
toString
-