Uses of Class
com.atlassian.confluence.api.model.pagination.PageResponseImpl
-
Packages that use PageResponseImpl Package Description com.atlassian.confluence.api.model.pagination com.atlassian.confluence.api.model.permissions Model objects for user and group permission and validation checks, for use withOperationService
. -
-
Uses of PageResponseImpl in com.atlassian.confluence.api.model.pagination
Methods in com.atlassian.confluence.api.model.pagination that return PageResponseImpl Modifier and Type Method Description PageResponseImpl<E>
PageResponseImpl.Builder. build()
static <T> PageResponseImpl<T>
PageResponseImpl. empty(boolean hasMore)
static <T> PageResponseImpl<T>
PageResponseImpl. empty(boolean hasMore, LimitedRequest request)
static <T> PageResponseImpl<T>
PageResponseImpl. empty(boolean hasMore, PageRequest request)
static <F,T>
PageResponseImpl<T>PageResponseImpl. transform(PageResponse<F> input, com.google.common.base.Function<F,T> mapper)
Deprecated.since 6.10.0.static <F,T>
PageResponseImpl<T>PageResponseImpl. transformResponse(PageResponse<F> input, Function<F,T> mapper)
Converts a given PageResponse contains items of type F into an equivalent PageResponse with items of type T, transformed by the given mapper. -
Uses of PageResponseImpl in com.atlassian.confluence.api.model.permissions
Subclasses of PageResponseImpl in com.atlassian.confluence.api.model.permissions Modifier and Type Class Description class
ContentRestrictionsPageResponse
Special implementation ofPageResponse
forContentRestriction
objects.
-