public class PaginatedResult<T> extends Object
Constructor and Description |
---|
PaginatedResult() |
PaginatedResult(List<T> response,
Integer fullSize) |
Modifier and Type | Method and Description |
---|---|
Integer |
getFullSize() |
List<T> |
getResponse() |
Copyright © 2010–2019. All rights reserved.