public class PaginationLimits extends Object
Values of limits may change at any time.
| Constructor and Description |
|---|
PaginationLimits() |
| Modifier and Type | Method and Description |
|---|---|
static int |
auditRecords()
Maximum number of
AuditRecords 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 of
Groups to return at a time. |
static int |
labels()
Maximum number of labels to return at a time.
|
static int |
longTasks()
Maximum number of long tasks to return at a time.
|
static int |
networkFollowees()
Maximum number of followees to return at a time.
|
static int |
networkFollowers()
Maximum number of followers to return at at time.
|
static int |
restrictionSubjects()
Maximum number of
Subjects 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 of
Persons to return from the person service |
static int |
version(Expansions expansions) |
public static int content(Expansions contentExpansion)
public static int version(Expansions expansions)
public static int labels()
public static int networkFollowers()
public static int networkFollowees()
public static int spaces(Expansions expansions)
public static int longTasks()
public static int childMap(Expansions expansions)
public static int draftChildren(Expansions expansions)
public static int restrictionSubjects()
Subjects to return at a time.public static int groups()
Groups to return at a time.public static int users()
Persons to return from the person servicepublic static int auditRecords()
AuditRecords to return at a time.Copyright © 2003–2021 Atlassian. All rights reserved.