Package ru.loolzaaa.youkassa.client
Class PaginatedResponse<T>
- java.lang.Object
-
- ru.loolzaaa.youkassa.client.PaginatedResponse<T>
-
- Type Parameters:
T
- response entity type
public class PaginatedResponse<T> extends java.lang.Object
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 Constructor Description PaginatedResponse()
-