public class ResponseList<T>
extends java.lang.Object
Constructor and Description |
---|
ResponseList() |
Modifier and Type | Method and Description |
---|---|
static <T> ResponseList<T> |
of(java.util.List<ResponseObject<T>> data,
Pagination pagination) |
public static <T> ResponseList<T> of(java.util.List<ResponseObject<T>> data, Pagination pagination)