Klasse CommentVisibility
java.lang.Object
io.github.primelib.jira4j.restv3.model.CommentVisibility
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CommentVisibility
extends Object
CommentVisibility
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
static enum
Whether visibility of this item is restricted to a group or role. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
The ID of the group or the name of the role that visibility of this item is restricted to.protected CommentVisibility.TypeEnum
Whether visibility of this item is restricted to a group or role.protected String
The name of the group or role that visibility of this item is restricted to. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
CommentVisibility
(String identifier, CommentVisibility.TypeEnum type, String value) Constructs a validated instance ofCommentVisibility
.Constructs a validated instance ofCommentVisibility
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
The ID of the group or the name of the role that visibility of this item is restricted to.identifier
(String identifier) The ID of the group or the name of the role that visibility of this item is restricted to.toString()
type()
Whether visibility of this item is restricted to a group or role.Whether visibility of this item is restricted to a group or role.value()
The name of the group or role that visibility of this item is restricted to.The name of the group or role that visibility of this item is restricted to.
-
Felddetails
-
identifier
The ID of the group or the name of the role that visibility of this item is restricted to. -
type
Whether visibility of this item is restricted to a group or role. -
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
.
-
-
Konstruktordetails
-
CommentVisibility
Constructs a validated instance ofCommentVisibility
.- Parameter:
spec
- the specification to process
-
CommentVisibility
@Internal public CommentVisibility(String identifier, CommentVisibility.TypeEnum type, String value) Constructs a validated instance ofCommentVisibility
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CommentVisibility(Consumer)
instead.- Parameter:
identifier
- The ID of the group or the name of the role that visibility of this item is restricted to.type
- Whether visibility of this item is restricted to a group or role.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
.
-
CommentVisibility
protected CommentVisibility()
-
-
Methodendetails
-
builder
-
identifier
The ID of the group or the name of the role that visibility of this item is restricted to. -
type
Whether visibility of this item is restricted to a group or role. -
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
. -
identifier
The ID of the group or the name of the role that visibility of this item is restricted to.- Gibt zurück:
this
.
-
type
Whether visibility of this item is restricted to a group or role.- Gibt zurück:
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
.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-