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 intMaximum number ofAuditRecords to return at a time.static intchildMap(Expansions expansions) Maximum number of child content objects to return at a time in the children map, depending on which fields are expanded.static intcontent(Expansions contentExpansion) Maximum number of content objects to return at a time, depending on which fields are expanded.static intdraftChildren(Expansions expansions) static intgroups()Maximum number ofGroups to return at a time.static intlabels()Maximum number of labels to return at a time.static intMaximum number of long tasks to return at a time.static intMaximum number of followees to return at a time.static intMaximum number of followers to return at at time.static intnodes()Maximum number ofNodeStatuss to return at a time.static intMaximum number ofContentRestrictionper content and Maximum number ofSubjectperContentRestrictionstatic intMaximum number ofSubjects to return at a time.static intspaces(Expansions expansions) Maximum number of spaces to return at a time, depending on which fields are expanded.static intusers()Maximum number ofPersons to return from the person servicestatic intversion(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 ofSubjects to return at a time. -
groups
public static int groups()Maximum number ofGroups to return at a time. -
users
public static int users()Maximum number ofPersons to return from the person service -
auditRecords
public static int auditRecords()Maximum number ofAuditRecords to return at a time. -
relevantViewRestrictionsExpansion
public static int relevantViewRestrictionsExpansion()Maximum number ofContentRestrictionper content and Maximum number ofSubjectperContentRestriction- Since:
- 9.2.5
-
nodes
public static int nodes()Maximum number ofNodeStatuss to return at a time.
-