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 SummaryConstructors
- 
Method SummaryModifier 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- 
PaginationLimitspublic PaginationLimits()
 
- 
- 
Method Details- 
contentMaximum number of content objects to return at a time, depending on which fields are expanded.
- 
version
- 
labelspublic static int labels()Maximum number of labels to return at a time.
- 
networkFollowerspublic static int networkFollowers()Maximum number of followers to return at at time.
- 
networkFolloweespublic static int networkFollowees()Maximum number of followees to return at a time.
- 
spacesMaximum number of spaces to return at a time, depending on which fields are expanded.
- 
longTaskspublic static int longTasks()Maximum number of long tasks to return at a time.
- 
childMapMaximum number of child content objects to return at a time in the children map, depending on which fields are expanded.
- 
draftChildren
- 
restrictionSubjectspublic static int restrictionSubjects()Maximum number ofSubjects to return at a time.
- 
groupspublic static int groups()Maximum number ofGroups to return at a time.
- 
userspublic static int users()Maximum number ofPersons to return from the person service
- 
auditRecordspublic static int auditRecords()Maximum number ofAuditRecords to return at a time.
- 
relevantViewRestrictionsExpansionpublic static int relevantViewRestrictionsExpansion()Maximum number ofContentRestrictionper content and Maximum number ofSubjectperContentRestriction- Since:
- 9.2.5
 
- 
nodespublic static int nodes()Maximum number ofNodeStatuss to return at a time.
 
-