Package | Description |
---|---|
com.atlassian.confluence.api.model.pagination |
Modifier and Type | Method and Description |
---|---|
PageResponseImpl<T> |
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)
Converts a given PageResponse contains items of type F into an equivalent PageResponse with items of type T,
transformed by the given mapper.
|
Copyright © 2003–2015 Atlassian. All rights reserved.