java.lang.Object
com.atlassian.jira.rest.client.api.domain.Page<T>

public class Page<T> extends Object
Represents the structure used for paging.
Since:
v5.2
  • Constructor Details

    • Page

      public Page(long startAt, int maxResults, long total, Iterable<T> values, boolean isLast)
  • Method Details

    • getStartAt

      public long getStartAt()
    • getMaxResults

      public int getMaxResults()
    • getTotal

      public long getTotal()
    • getValues

      public Iterable<T> getValues()
    • isLast

      public boolean isLast()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object