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