TypedRest for Java
|
Represents a subset of a set of elements. More...
Public Member Functions | |
boolean | isEndReached () |
Indicates whether the response reaches the end of the elements available on the server. More... | |
Represents a subset of a set of elements.
<TEntity> | The type of element the response contains. |
boolean net.typedrest.PartialResponse< TEntity >.isEndReached | ( | ) |
Indicates whether the response reaches the end of the elements available on the server.
true
if there are no more elements.