Klasse PageBeanUserKey

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

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

    • PageBeanUserKey

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

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

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

      protected PageBeanUserKey()
  • Methodendetails

    • builder

      public static PageBeanUserKey.PageBeanUserKeyBuilder 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<UserKey> values()
      The list of items.
    • isLast

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

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

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

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

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

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

      public PageBeanUserKey values(List<UserKey> 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