Klasse IssueMatchesForJQL

java.lang.Object
io.github.primelib.jira4j.restv2.model.IssueMatchesForJQL

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class IssueMatchesForJQL extends Object
IssueMatchesForJQL
  • Felddetails

    • errors

      protected Set<String> errors
      A list of errors.
    • matchedIssues

      protected Set<Long> matchedIssues
      A list of issue IDs.
  • Konstruktordetails

    • IssueMatchesForJQL

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

      @Internal public IssueMatchesForJQL(Set<String> errors, Set<Long> matchedIssues)
      Constructs a validated instance of IssueMatchesForJQL.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using IssueMatchesForJQL(Consumer) instead.

      Parameter:
      errors - A list of errors.
      matchedIssues - A list of issue IDs.
    • IssueMatchesForJQL

      protected IssueMatchesForJQL()
  • Methodendetails