public enum PageUpdateTrigger extends Enum<PageUpdateTrigger>
Enum Constant and Description |
---|
EDIT_PAGE |
PERSONAL_TASKLIST |
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 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–2016 Atlassian. All rights reserved.