com.atlassian.confluence.api.model
Class Depth

java.lang.Object
  extended by com.atlassian.confluence.api.model.Depth

public final class Depth
extends java.lang.Object

The depth to which sub-content should be returned.

Used when finding content in Spaces and children in Content.


Field Summary
static Depth ALL
           
static Depth ROOT
           
 
Method Summary
 java.lang.String toString()
           
static Depth valueOf(java.lang.String str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ROOT

public static final Depth ROOT

ALL

public static final Depth ALL
Method Detail

valueOf

public static Depth valueOf(java.lang.String str)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2003-2014 Atlassian. All Rights Reserved.