Class PartialList<T>
java.lang.Object
com.atlassian.confluence.legacyapi.model.PartialList<T>
Deprecated.
A window into a list of unbounded length. To avoid the performance issues involved in retrieving lists of items
that may have large numbers of members, the API instead uses PartialList
-
Constructor Summary
ConstructorsConstructorDescriptionPartialList
(int available, int start, int count, Iterable<T> list) Deprecated.PartialList
(int available, int start, List<T> list) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> PartialList<T>
empty()
Deprecated.static <T> PartialList<T>
Deprecated.int
Deprecated.int
getCount()
Deprecated.getList()
Deprecated.int
getStart()
Deprecated.
-
Constructor Details
-
PartialList
Deprecated. -
PartialList
Deprecated.
-
-
Method Details
-
empty
Deprecated. -
forAll
Deprecated. -
getAvailable
public int getAvailable()Deprecated. -
getStart
public int getStart()Deprecated. -
getCount
public int getCount()Deprecated. -
getList
Deprecated.
-
PageResponse