Class PaginatedResponse<T>

java.lang.Object
ru.loolzaaa.youkassa.client.PaginatedResponse<T>
Type Parameters:
T - response entity type

public class PaginatedResponse<T> extends 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 Details

    • PaginatedResponse

      public PaginatedResponse()