Package ru.loolzaaa.youkassa.client
Class PaginatedResponse<T>
java.lang.Object
ru.loolzaaa.youkassa.client.PaginatedResponse<T>
- Type Parameters:
T- response entity type
This class represents collection of requested entities.
If count of requested entities more than
specified in request limit, then nextCursor
would not be null. This cursor must be specified
in the request if it is necessary to obtain
the next piece of data.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PaginatedResponse
public PaginatedResponse()
-