Klasse PageBeanChangelog

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

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

    • isLast

      protected Boolean isLast
      Whether this is the last page.
    • maxResults

      protected Integer maxResults
      The maximum number of items that could be returned.
    • nextPage

      protected URI nextPage
      If there is another page of results, the URL of the next page.
    • self

      protected URI self
      The URL of the page.
    • startAt

      protected Long startAt
      The index of the first item returned.
    • total

      protected Long total
      The number of items returned.
    • values

      protected List<Changelog> values
      The list of items.
  • Konstruktordetails

    • PageBeanChangelog

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

      @Internal public PageBeanChangelog(Boolean isLast, Integer maxResults, URI nextPage, URI self, Long startAt, Long total, List<Changelog> values)
      Constructs a validated instance of PageBeanChangelog.

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

      Parameter:
      isLast - Whether this is the last page.
      maxResults - The maximum number of items that could be returned.
      nextPage - If there is another page of results, the URL of the next page.
      self - The URL of the page.
      startAt - The index of the first item returned.
      total - The number of items returned.
      values - The list of items.
    • PageBeanChangelog

      protected PageBeanChangelog()
  • Methodendetails

    • builder

    • isLast

      public Boolean isLast()
      Whether this is the last page.
    • maxResults

      public Integer maxResults()
      The maximum number of items that could be returned.
    • nextPage

      public URI nextPage()
      If there is another page of results, the URL of the next page.
    • self

      public URI self()
      The URL of the page.
    • startAt

      public Long startAt()
      The index of the first item returned.
    • total

      public Long total()
      The number of items returned.
    • values

      public List<Changelog> values()
      The list of items.
    • isLast

      public PageBeanChangelog isLast(Boolean isLast)
      Whether this is the last page.
      Gibt zurück:
      this.
    • maxResults

      public PageBeanChangelog maxResults(Integer maxResults)
      The maximum number of items that could be returned.
      Gibt zurück:
      this.
    • nextPage

      public PageBeanChangelog nextPage(URI nextPage)
      If there is another page of results, the URL of the next page.
      Gibt zurück:
      this.
    • self

      public PageBeanChangelog self(URI self)
      The URL of the page.
      Gibt zurück:
      this.
    • startAt

      public PageBeanChangelog startAt(Long startAt)
      The index of the first item returned.
      Gibt zurück:
      this.
    • total

      public PageBeanChangelog total(Long total)
      The number of items returned.
      Gibt zurück:
      this.
    • values

      public PageBeanChangelog values(List<Changelog> values)
      The list of items.
      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