Klasse BulkIssueIsWatching
java.lang.Object
io.github.primelib.jira4j.restv3.model.BulkIssueIsWatching
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class BulkIssueIsWatching
extends Object
BulkIssueIsWatching
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungThe map of issue ID to boolean watch status. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofBulkIssueIsWatching
.BulkIssueIsWatching
(Map<String, Boolean> issuesIsWatching) Constructs a validated instance ofBulkIssueIsWatching
. -
Methodenübersicht
-
Felddetails
-
issuesIsWatching
The map of issue ID to boolean watch status.
-
-
Konstruktordetails
-
BulkIssueIsWatching
Constructs a validated instance ofBulkIssueIsWatching
.- Parameter:
spec
- the specification to process
-
BulkIssueIsWatching
Constructs a validated instance ofBulkIssueIsWatching
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
BulkIssueIsWatching(Consumer)
instead.- Parameter:
issuesIsWatching
- The map of issue ID to boolean watch status.
-
BulkIssueIsWatching
protected BulkIssueIsWatching()
-
-
Methodendetails
-
builder
-
issuesIsWatching
The map of issue ID to boolean watch status. -
issuesIsWatching
The map of issue ID to boolean watch status.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-