Uses of Class
com.atlassian.confluence.api.model.pagination.PageResponseImpl
Packages that use PageResponseImpl
Package
Description
Model objects for user and group permission and validation checks, for use with
 
OperationService.- 
Uses of PageResponseImpl in com.atlassian.confluence.api.model.paginationMethods in com.atlassian.confluence.api.model.pagination that return PageResponseImplModifier and TypeMethodDescriptionPageResponseImpl.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.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.permissionsSubclasses of PageResponseImpl in com.atlassian.confluence.api.model.permissionsModifier and TypeClassDescriptionclassSpecial implementation ofPageResponseforContentRestrictionobjects.