Class History.Expansions
- java.lang.Object
-
- com.atlassian.confluence.api.model.content.History.Expansions
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONTRIBUTORS
static String
CREATED_BY
static String
LATEST
static String
NEXT
static String
PREVIOUS
-
Constructor Summary
Constructors Constructor Description Expansions()
-
-
-
Field Detail
-
CONTRIBUTORS
public static final String CONTRIBUTORS
- See Also:
- Constant Field Values
-
CREATED_BY
public static final String CREATED_BY
- See Also:
- Constant Field Values
-
LATEST
public static final String LATEST
- See Also:
- Constant Field Values
-
NEXT
public static final String NEXT
- See Also:
- Constant Field Values
-
PREVIOUS
public static final String PREVIOUS
- See Also:
- Constant Field Values
-
-