TypedRest for Java
Public Member Functions | List of all members
net.typedrest.PartialResponse< TEntity > Class Template Reference

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...
 

Detailed Description

Represents a subset of a set of elements.

Parameters
<TEntity>The type of element the response contains.

Member Function Documentation

◆ isEndReached()

boolean net.typedrest.PartialResponse< TEntity >.isEndReached ( )

Indicates whether the response reaches the end of the elements available on the server.

Returns
true if there are no more elements.

The documentation for this class was generated from the following file: