public class RestPage<T> extends Object
RestPage(List<T> results, int size, int start, int limit, boolean isLastPage)
RestPage(Page<? extends E> page, com.google.common.base.Function<E,? extends T> restTransform)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RestPage(Page<? extends E> page, com.google.common.base.Function<E,? extends T> restTransform)
public RestPage(List<T> results, int size, int start, int limit, boolean isLastPage)
Copyright © 2017 Atlassian. All rights reserved.