Class DefaultValues
java.lang.Object
com.atlassian.confluence.plugins.restapi.resources.DefaultValues
Provides
DefaultValue
s for REST resource parameters.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
The default number ofContent
entities that should be returned in a collection query if the REST request doesn't specify a "limit" parameter.static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CONTENT_LIMIT
The default number ofContent
entities that should be returned in a collection query if the REST request doesn't specify a "limit" parameter.- See Also:
-
SPACE_LIMIT
- See Also:
-
RESTRICTION_LIMIT
- See Also:
-
AUDIT_LIMIT
- See Also:
-
GROUP_LIMIT
- See Also:
-
USER_LIMIT
- See Also:
-
VERSION_LIMIT
- See Also:
-
LABEL_LIMIT
- See Also:
-
RELEVANT_VIEW_RESTRICTION_LIMIT
- See Also:
-
SPACE_TRASH_VIEW_MAX_LIMIT
- See Also:
-
-
Constructor Details
-
DefaultValues
public DefaultValues()
-