Klasse PageBeanField

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

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class PageBeanField extends Object
PageBeanField
  • 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<Field> values
      The list of items.
  • Konstruktordetails

    • PageBeanField

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

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

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using PageBeanField(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.
    • PageBeanField

      protected PageBeanField()
  • Methodendetails

    • builder

      public static PageBeanField.PageBeanFieldBuilder 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<Field> values()
      The list of items.
    • isLast

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

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

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

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

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

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

      public PageBeanField values(List<Field> 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