Class Content.Expansions
- java.lang.Object
-
- com.atlassian.confluence.api.model.content.Content.Expansions
-
-
Field Summary
Fields Modifier and Type Field Description static String
ANCESTORS
static String
BODY
static String
CHILDREN
static String
CONTAINER
static String
DESCENDANTS
static String
HISTORY
static String
METADATA
static String
OPERATIONS
static String
PERMISSIONS
static String
RESTRICTIONS
static String
SPACE
static String
STATUS
static String
VERSION
-
Constructor Summary
Constructors Constructor Description Expansions()
-
-
-
Field Detail
-
ANCESTORS
public static final String ANCESTORS
- See Also:
- Constant Field Values
-
BODY
public static final String BODY
- See Also:
- Constant Field Values
-
CHILDREN
public static final String CHILDREN
- See Also:
- Constant Field Values
-
CONTAINER
public static final String CONTAINER
- See Also:
- Constant Field Values
-
DESCENDANTS
public static final String DESCENDANTS
- See Also:
- Constant Field Values
-
HISTORY
public static final String HISTORY
- See Also:
- Constant Field Values
-
METADATA
public static final String METADATA
- See Also:
- Constant Field Values
-
OPERATIONS
public static final String OPERATIONS
- See Also:
- Constant Field Values
-
PERMISSIONS
public static final String PERMISSIONS
- See Also:
- Constant Field Values
-
SPACE
public static final String SPACE
- See Also:
- Constant Field Values
-
STATUS
public static final String STATUS
- See Also:
- Constant Field Values
-
VERSION
public static final String VERSION
- See Also:
- Constant Field Values
-
RESTRICTIONS
public static final String RESTRICTIONS
- See Also:
- Constant Field Values
-
-