public static enum ApplicationFetcher.Mode extends java.lang.Enum<ApplicationFetcher.Mode>
ALL All applicationsMY_DEPARTMENT Only applications of my department (Available if department have been setup)INSTALLED Installed applications by given userSUGGESTIONS Suggested applications for given user| Enum Constant and Description |
|---|
ALL |
INSTALLED |
MY_DEPARTMENT |
SUGGESTIONS |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationFetcher.Mode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationFetcher.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApplicationFetcher.Mode ALL
public static final ApplicationFetcher.Mode MY_DEPARTMENT
public static final ApplicationFetcher.Mode INSTALLED
public static final ApplicationFetcher.Mode SUGGESTIONS
public static ApplicationFetcher.Mode[] values()
for (ApplicationFetcher.Mode c : ApplicationFetcher.Mode.values()) System.out.println(c);
public static ApplicationFetcher.Mode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2001-2021 Jalios SA. All Rights Reserved.