Klasse PageOfDashboards

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

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

    • dashboards

      protected List<Dashboard> dashboards
      List of dashboards.
    • maxResults

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

      protected String next
      The URL of the next page of results, if any.
    • prev

      protected String prev
      The URL of the previous page of results, if any.
    • 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.
  • Konstruktordetails

    • PageOfDashboards

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

      @Internal public PageOfDashboards(List<Dashboard> dashboards, Integer maxResults, String next, String prev, Integer startAt, Integer total)
      Constructs a validated instance of PageOfDashboards.

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

      Parameter:
      dashboards - List of dashboards.
      maxResults - The maximum number of results that could be on the page.
      next - The URL of the next page of results, if any.
      prev - The URL of the previous page of results, if any.
      startAt - The index of the first item returned on the page.
      total - The number of results on the page.
    • PageOfDashboards

      protected PageOfDashboards()
  • Methodendetails

    • builder

    • dashboards

      public List<Dashboard> dashboards()
      List of dashboards.
    • maxResults

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

      public String next()
      The URL of the next page of results, if any.
    • prev

      public String prev()
      The URL of the previous page of results, if any.
    • 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.
    • dashboards

      public PageOfDashboards dashboards(List<Dashboard> dashboards)
      List of dashboards.
      Gibt zurück:
      this.
    • maxResults

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

      public PageOfDashboards next(String next)
      The URL of the next page of results, if any.
      Gibt zurück:
      this.
    • prev

      public PageOfDashboards prev(String prev)
      The URL of the previous page of results, if any.
      Gibt zurück:
      this.
    • startAt

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

      public PageOfDashboards total(Integer total)
      The number of results on the page.
      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