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
  • Felddetails

    • issuesIsWatching

      protected Map<String,Boolean> issuesIsWatching
      The map of issue ID to boolean watch status.
  • Konstruktordetails

    • BulkIssueIsWatching

      public BulkIssueIsWatching(Consumer<BulkIssueIsWatching> spec)
      Constructs a validated instance of BulkIssueIsWatching.
      Parameter:
      spec - the specification to process
    • BulkIssueIsWatching

      @Internal public BulkIssueIsWatching(Map<String,Boolean> issuesIsWatching)
      Constructs a validated instance of BulkIssueIsWatching.

      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