com.atlassian.confluence.rest.resources
Class DefaultValues

java.lang.Object
  extended by com.atlassian.confluence.rest.resources.DefaultValues

public class DefaultValues
extends java.lang.Object

Provides DefaultValues for REST resource parameters.


Field Summary
static java.lang.String CONTENT_LIMIT
          The default number of Content entities that should be returned in a collection query if the REST request doesn't specify a "limit" parameter.
static java.lang.String SPACE_LIMIT
           
 
Constructor Summary
DefaultValues()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTENT_LIMIT

public static final java.lang.String CONTENT_LIMIT
The default number of Content 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 java.lang.String SPACE_LIMIT
See Also:
Constant Field Values
Constructor Detail

DefaultValues

public DefaultValues()


Copyright © 2003-2014 Atlassian. All Rights Reserved.