Package org.stellar.sdk.responses
Class Page<T>
java.lang.Object
org.stellar.sdk.responses.Response
org.stellar.sdk.responses.Page<T>
- All Implemented Interfaces:
TypedResponse<Page<T>>
Represents page of objects.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from class org.stellar.sdk.responses.Response
getRateLimitLimit, getRateLimitRemaining, getRateLimitReset, setHeaders
-
Method Details
-
getNextPage
- Returns:
- The next page of results or null when there is no link for the next page of results
- Throws:
URISyntaxExceptionIOException
-
setType
- Specified by:
setTypein interfaceTypedResponse<T>
-
getRecords
-
getLinks
-
getType
-
equals
-
hashCode
public int hashCode()
-