public static enum AmoDocker.EventType extends Enum<AmoDocker.EventType>
Enum Constant and Description |
---|
FILEUPLOAD
File upload
|
FILEUPLOADMNT
File upload with file system indicator
|
FXALOGIN
FxA user login
|
LOGIN
Login event
|
NEWVERSION
New addon upload
|
RESTRICTED
Restricted request
|
Modifier and Type | Method and Description |
---|---|
static AmoDocker.EventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AmoDocker.EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AmoDocker.EventType LOGIN
public static final AmoDocker.EventType NEWVERSION
public static final AmoDocker.EventType FXALOGIN
public static final AmoDocker.EventType FILEUPLOAD
public static final AmoDocker.EventType RESTRICTED
public static final AmoDocker.EventType FILEUPLOADMNT
public static AmoDocker.EventType[] values()
for (AmoDocker.EventType c : AmoDocker.EventType.values()) System.out.println(c);
public static AmoDocker.EventType 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 © 2022. All rights reserved.