Klasse PageBeanString

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

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

    • PageBeanString

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

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

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

      protected PageBeanString()
  • Methodendetails

    • builder

      public static PageBeanString.PageBeanStringBuilder 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<String> values()
      The list of items.
    • isLast

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

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

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

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

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

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

      public PageBeanString values(List<String> 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