| 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 with
OperationService. |
| Modifier and Type | Method and 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. Use
transformResponse(PageResponse, Function) instead. |
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContentRestrictionsPageResponse
Special implementation of
PageResponse for ContentRestriction objects. |
Copyright © 2003–2022 Atlassian. All rights reserved.