public enum PageUpdateTrigger extends Enum<PageUpdateTrigger> implements OperationTrigger
| Enum Constant and Description |
|---|
DISCARD_CHANGES |
EDIT_PAGE |
LINK_REFACTORING |
PAGE_RENAME |
PERSONAL_TASKLIST |
REVERT |
SPACE_CREATE |
UNKNOWN |
VIEW_PAGE |
| Modifier and Type | Method and Description |
|---|---|
String |
lowerCase() |
static PageUpdateTrigger |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PageUpdateTrigger[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PageUpdateTrigger PERSONAL_TASKLIST
public static final PageUpdateTrigger VIEW_PAGE
public static final PageUpdateTrigger EDIT_PAGE
public static final PageUpdateTrigger REVERT
public static final PageUpdateTrigger DISCARD_CHANGES
public static final PageUpdateTrigger SPACE_CREATE
public static final PageUpdateTrigger PAGE_RENAME
public static final PageUpdateTrigger LINK_REFACTORING
public static final PageUpdateTrigger UNKNOWN
public static PageUpdateTrigger[] values()
for (PageUpdateTrigger c : PageUpdateTrigger.values()) System.out.println(c);
public static PageUpdateTrigger 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 nullpublic String lowerCase()
Copyright © 2003–2019 Atlassian. All rights reserved.