public static enum FxaContent.RequestType extends Enum<FxaContent.RequestType>
Enum Constant and Description |
---|
AUTHORIZATION |
METRICS |
METRICS_FLOW |
OTHER |
SIGNIN |
SIGNUP |
VALIDATE_EMAIL_DOMAIN |
Modifier and Type | Method and Description |
---|---|
static FxaContent.RequestType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FxaContent.RequestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FxaContent.RequestType METRICS
public static final FxaContent.RequestType METRICS_FLOW
public static final FxaContent.RequestType AUTHORIZATION
public static final FxaContent.RequestType SIGNIN
public static final FxaContent.RequestType SIGNUP
public static final FxaContent.RequestType VALIDATE_EMAIL_DOMAIN
public static final FxaContent.RequestType OTHER
public static FxaContent.RequestType[] values()
for (FxaContent.RequestType c : FxaContent.RequestType.values()) System.out.println(c);
public static FxaContent.RequestType 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.