Class BulkIssueIsWatching
java.lang.Object
io.github.primelib.jira4j.restv2.model.BulkIssueIsWatching
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class BulkIssueIsWatching
extends Object
BulkIssueIsWatching
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionThe map of issue ID to boolean watch status. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructs a validated instance ofBulkIssueIsWatching
.BulkIssueIsWatching
(Map<String, Boolean> issuesIsWatching) Constructs a validated instance ofBulkIssueIsWatching
. -
Method Summary
-
Field Details
-
issuesIsWatching
The map of issue ID to boolean watch status.
-
-
Constructor Details
-
BulkIssueIsWatching
Constructs a validated instance ofBulkIssueIsWatching
.- Parameters:
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.- Parameters:
issuesIsWatching
- The map of issue ID to boolean watch status.
-
BulkIssueIsWatching
protected BulkIssueIsWatching()
-
-
Method Details
-
builder
-
issuesIsWatching
The map of issue ID to boolean watch status. -
issuesIsWatching
The map of issue ID to boolean watch status.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-