public static enum ScrollPage.Type extends Enum<ScrollPage.Type>
Enum Constant and Description |
---|
fallbackPage
A fallback page is a Confluence page which is inherited from a preceding version because the Scroll Page has not yet been
edited in the version of the fallback page.
|
masterPage
A masterpage is the root Confluence page of a versioned Scroll Page.
|
modificationPage
A modification page is a Confluence page which exists in the version it is assigned to - it represents a change (modification)
in that version.
|
removePage
A remove page is a Confluence page which represents a removed page in this specific version.
|
unresolvedPage
An unresolved Page is a page which doesn't exist in the current version because the Scroll Page has been added in a later
version and therefore there is no Confluence page to inherit.
|
unversionedPage
An unversioned page is a page which is the same in all versions - the Scroll Page is a single Confluence page.
|
Modifier and Type | Method and Description |
---|---|
static ScrollPage.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScrollPage.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScrollPage.Type masterPage
public static final ScrollPage.Type unversionedPage
public static final ScrollPage.Type modificationPage
public static final ScrollPage.Type fallbackPage
public static final ScrollPage.Type unresolvedPage
public static final ScrollPage.Type removePage
public static ScrollPage.Type[] values()
for (ScrollPage.Type c : ScrollPage.Type.values()) System.out.println(c);
public static ScrollPage.Type valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2019 K15t GmbH. All rights reserved.