Class PaginationLimits
java.lang.Object
com.atlassian.confluence.rest.v2.api.model.pagination.PaginationLimits
Provides pagination max limits for our various types of content.
Values of limits may change at any time.
- Since:
- 9.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic int
Maximum number ofAuditRecord
s to return at a time.static int
childMap
(Expansions expansions) Maximum number of child content objects to return at a time in the children map, depending on which fields are expanded.static int
content
(Expansions contentExpansion) Maximum number of content objects to return at a time, depending on which fields are expanded.static int
draftChildren
(Expansions expansions) static int
groups()
Maximum number ofGroup
s to return at a time.static int
labels()
Maximum number of labels to return at a time.static int
Maximum number of long tasks to return at a time.static int
Maximum number of followees to return at a time.static int
Maximum number of followers to return at at time.static int
nodes()
Maximum number ofNodeStatus
s to return at a time.static int
Maximum number ofContentRestriction
per content and Maximum number ofSubject
perContentRestriction
static int
Maximum number ofSubject
s to return at a time.static int
spaces
(Expansions expansions) Maximum number of spaces to return at a time, depending on which fields are expanded.static int
users()
Maximum number ofPerson
s to return from the person servicestatic int
version
(Expansions expansions)
-
Constructor Details
-
PaginationLimits
public PaginationLimits()
-
-
Method Details
-
content
Maximum number of content objects to return at a time, depending on which fields are expanded. -
version
-
labels
public static int labels()Maximum number of labels to return at a time. -
networkFollowers
public static int networkFollowers()Maximum number of followers to return at at time. -
networkFollowees
public static int networkFollowees()Maximum number of followees to return at a time. -
spaces
Maximum number of spaces to return at a time, depending on which fields are expanded. -
longTasks
public static int longTasks()Maximum number of long tasks to return at a time. -
childMap
Maximum number of child content objects to return at a time in the children map, depending on which fields are expanded. -
draftChildren
-
restrictionSubjects
public static int restrictionSubjects()Maximum number ofSubject
s to return at a time. -
groups
public static int groups()Maximum number ofGroup
s to return at a time. -
users
public static int users()Maximum number ofPerson
s to return from the person service -
auditRecords
public static int auditRecords()Maximum number ofAuditRecord
s to return at a time. -
relevantViewRestrictionsExpansion
public static int relevantViewRestrictionsExpansion()Maximum number ofContentRestriction
per content and Maximum number ofSubject
perContentRestriction
- Since:
- 9.2.5
-
nodes
public static int nodes()Maximum number ofNodeStatus
s to return at a time.
-