Klasse Watchers
java.lang.Object
io.github.primelib.jira4j.restv3.model.Watchers
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class Watchers
extends Object
Watchers
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected BooleanWhether the calling user is watching this issue.protected StringThe URL of these issue watcher details.protected IntegerThe number of users watching this issue.protected List<UserDetails>Details of the users watching this issue. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic Watchers.WatchersBuilderbuilder()protected booleanbooleaninthashCode()Whether the calling user is watching this issue.isWatching(Boolean isWatching) Whether the calling user is watching this issue.self()The URL of these issue watcher details.The URL of these issue watcher details.toString()The number of users watching this issue.watchCount(Integer watchCount) The number of users watching this issue.watchers()Details of the users watching this issue.watchers(List<UserDetails> watchers) Details of the users watching this issue.
-
Felddetails
-
isWatching
Whether the calling user is watching this issue. -
self
The URL of these issue watcher details. -
watchCount
The number of users watching this issue. -
watchers
Details of the users watching this issue.
-
-
Konstruktordetails
-
Watchers
Constructs a validated instance ofWatchers.- Parameter:
spec- the specification to process
-
Watchers
@Internal public Watchers(Boolean isWatching, String self, Integer watchCount, List<UserDetails> watchers) Constructs a validated instance ofWatchers.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
Watchers(Consumer)instead.- Parameter:
isWatching- Whether the calling user is watching this issue.self- The URL of these issue watcher details.watchCount- The number of users watching this issue.watchers- Details of the users watching this issue.
-
Watchers
protected Watchers()
-
-
Methodendetails
-
builder
-
isWatching
Whether the calling user is watching this issue. -
self
The URL of these issue watcher details. -
watchCount
The number of users watching this issue. -
watchers
Details of the users watching this issue. -
isWatching
Whether the calling user is watching this issue.- Gibt zurück:
this.
-
self
The URL of these issue watcher details.- Gibt zurück:
this.
-
watchCount
The number of users watching this issue.- Gibt zurück:
this.
-
watchers
Details of the users watching this issue.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-