Uses of Class
com.atlassian.crowd.plugin.rest.entity.page.RestPage
Packages that use RestPage
-
Uses of RestPage in com.atlassian.crowd.plugin.rest.entity.page
Methods in com.atlassian.crowd.plugin.rest.entity.page that return RestPageModifier and TypeMethodDescriptionstatic <T,A> RestPage<T> RestPage.fromListPlusOne(List<A> results, com.google.common.base.Function<A, ? extends T> transformer, RestPageRequest pageRequest) static <T> RestPage<T>RestPage.fromListPlusOne(List<T> results, RestPageRequest pageRequest)