Uses of Class
com.atlassian.crowd.plugin.rest.entity.page.RestPageRequest
Packages that use RestPageRequest
-
Uses of RestPageRequest in com.atlassian.crowd.plugin.rest.entity.page
Fields in com.atlassian.crowd.plugin.rest.entity.page declared as RestPageRequestModifier and TypeFieldDescriptionstatic final RestPageRequestRestPageRequest.ALL_RESULTS_REQUESTMethods in com.atlassian.crowd.plugin.rest.entity.page with parameters of type RestPageRequestModifier 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)