Klasse SearchResults

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

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

    • expand

      protected String expand
      Expand options that include additional search result details in the response.
    • issues

      protected List<IssueBean> issues
      The list of issues found by the search.
    • maxResults

      protected Integer maxResults
      The maximum number of results that could be on the page.
    • names

      protected Map<String,String> names
      The ID and name of each field in the search results.
    • schema

      protected Map<String,JsonTypeBean> schema
      The schema describing the field types in the search results.
    • startAt

      protected Integer startAt
      The index of the first item returned on the page.
    • total

      protected Integer total
      The number of results on the page.
    • warningMessages

      protected List<String> warningMessages
      Any warnings related to the JQL query.
  • Konstruktordetails

    • SearchResults

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

      @Internal public SearchResults(String expand, List<IssueBean> issues, Integer maxResults, Map<String,String> names, Map<String,JsonTypeBean> schema, Integer startAt, Integer total, List<String> warningMessages)
      Constructs a validated instance of SearchResults.

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

      Parameter:
      expand - Expand options that include additional search result details in the response.
      issues - The list of issues found by the search.
      maxResults - The maximum number of results that could be on the page.
      names - The ID and name of each field in the search results.
      schema - The schema describing the field types in the search results.
      startAt - The index of the first item returned on the page.
      total - The number of results on the page.
      warningMessages - Any warnings related to the JQL query.
    • SearchResults

      protected SearchResults()
  • Methodendetails

    • builder

      public static SearchResults.SearchResultsBuilder builder()
    • expand

      public String expand()
      Expand options that include additional search result details in the response.
    • issues

      public List<IssueBean> issues()
      The list of issues found by the search.
    • maxResults

      public Integer maxResults()
      The maximum number of results that could be on the page.
    • names

      public Map<String,String> names()
      The ID and name of each field in the search results.
    • schema

      public Map<String,JsonTypeBean> schema()
      The schema describing the field types in the search results.
    • startAt

      public Integer startAt()
      The index of the first item returned on the page.
    • total

      public Integer total()
      The number of results on the page.
    • warningMessages

      public List<String> warningMessages()
      Any warnings related to the JQL query.
    • expand

      public SearchResults expand(String expand)
      Expand options that include additional search result details in the response.
      Gibt zurück:
      this.
    • issues

      public SearchResults issues(List<IssueBean> issues)
      The list of issues found by the search.
      Gibt zurück:
      this.
    • maxResults

      public SearchResults maxResults(Integer maxResults)
      The maximum number of results that could be on the page.
      Gibt zurück:
      this.
    • names

      public SearchResults names(Map<String,String> names)
      The ID and name of each field in the search results.
      Gibt zurück:
      this.
    • schema

      public SearchResults schema(Map<String,JsonTypeBean> schema)
      The schema describing the field types in the search results.
      Gibt zurück:
      this.
    • startAt

      public SearchResults startAt(Integer startAt)
      The index of the first item returned on the page.
      Gibt zurück:
      this.
    • total

      public SearchResults total(Integer total)
      The number of results on the page.
      Gibt zurück:
      this.
    • warningMessages

      public SearchResults warningMessages(List<String> warningMessages)
      Any warnings related to the JQL query.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object