Class JexpJqlIssues

java.lang.Object
io.github.primelib.jira4j.restv3.model.JexpJqlIssues

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class JexpJqlIssues extends Object
JexpJqlIssues
  • Field Details

    • maxResults

      protected Integer maxResults
      The maximum number of issues to return from the JQL query. Inspect meta.issues.jql.maxResults in the response to ensure the maximum value has not been exceeded.
    • query

      protected String query
      The JQL query.
    • startAt

      protected Long startAt
      The index of the first issue to return from the JQL query.
    • validation

      protected JexpJqlIssues.ValidationEnum validation
      Determines how to validate the JQL query and treat the validation results.
  • Constructor Details

    • JexpJqlIssues

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

      @Internal public JexpJqlIssues(Integer maxResults, String query, Long startAt, JexpJqlIssues.ValidationEnum validation)
      Constructs a validated instance of JexpJqlIssues.

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

      Parameters:
      maxResults - The maximum number of issues to return from the JQL query. Inspect meta.issues.jql.maxResults in the response to ensure the maximum value has not been exceeded.
      query - The JQL query.
      startAt - The index of the first issue to return from the JQL query.
      validation - Determines how to validate the JQL query and treat the validation results.
    • JexpJqlIssues

      protected JexpJqlIssues()
  • Method Details

    • builder

      public static JexpJqlIssues.JexpJqlIssuesBuilder builder()
    • maxResults

      public Integer maxResults()
      The maximum number of issues to return from the JQL query. Inspect meta.issues.jql.maxResults in the response to ensure the maximum value has not been exceeded.
    • query

      public String query()
      The JQL query.
    • startAt

      public Long startAt()
      The index of the first issue to return from the JQL query.
    • validation

      public JexpJqlIssues.ValidationEnum validation()
      Determines how to validate the JQL query and treat the validation results.
    • maxResults

      public JexpJqlIssues maxResults(Integer maxResults)
      The maximum number of issues to return from the JQL query. Inspect meta.issues.jql.maxResults in the response to ensure the maximum value has not been exceeded.
      Returns:
      this.
    • query

      public JexpJqlIssues query(String query)
      The JQL query.
      Returns:
      this.
    • startAt

      public JexpJqlIssues startAt(Long startAt)
      The index of the first issue to return from the JQL query.
      Returns:
      this.
    • validation

      public JexpJqlIssues validation(JexpJqlIssues.ValidationEnum validation)
      Determines how to validate the JQL query and treat the validation results.
      Returns:
      this.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object