Class DefaultValues
- java.lang.Object
-
- com.atlassian.confluence.plugins.restapi.resources.DefaultValues
-
public class DefaultValues extends Object
ProvidesDefaultValue
s for REST resource parameters.
-
-
Field Summary
Fields Modifier and Type Field Description static String
AUDIT_LIMIT
static String
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.static String
GROUP_LIMIT
static String
RESTRICTION_LIMIT
static String
SPACE_LIMIT
static String
USER_LIMIT
static String
VERSION_LIMIT
-
Constructor Summary
Constructors Constructor Description DefaultValues()
-
-
-
Field Detail
-
CONTENT_LIMIT
public static final String 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:
- Constant Field Values
-
SPACE_LIMIT
public static final String SPACE_LIMIT
- See Also:
- Constant Field Values
-
RESTRICTION_LIMIT
public static final String RESTRICTION_LIMIT
- See Also:
- Constant Field Values
-
AUDIT_LIMIT
public static final String AUDIT_LIMIT
- See Also:
- Constant Field Values
-
GROUP_LIMIT
public static final String GROUP_LIMIT
- See Also:
- Constant Field Values
-
USER_LIMIT
public static final String USER_LIMIT
- See Also:
- Constant Field Values
-
VERSION_LIMIT
public static final String VERSION_LIMIT
- See Also:
- Constant Field Values
-
-