Class Page<T>
java.lang.Object
com.atlassian.jira.rest.client.api.domain.Page<T>
Represents the structure used for paging.
- Since:
- v5.2
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Page
-
-
Method Details
-
getStartAt
public long getStartAt() -
getMaxResults
public int getMaxResults() -
getTotal
public long getTotal() -
getValues
-
isLast
public boolean isLast() -
equals
-
hashCode
public int hashCode() -
toString
-