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.pagination
Methods 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.permissions
Subclasses of PageResponseImpl in com.atlassian.confluence.api.model.permissionsModifier and TypeClassDescriptionclassSpecial implementation ofPageResponseforContentRestrictionobjects.