public class PaginatedResult<T> extends Object
PaginatedResult()
PaginatedResult(List<T> response, Integer fullSize)
Integer
getFullSize()
List<T>
getResponse()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PaginatedResult()
public PaginatedResult(List<T> response, Integer fullSize)
public Integer getFullSize()
public List<T> getResponse()
Copyright © 2010–2017. All rights reserved.