public enum PlatformEventType extends java.lang.Enum<PlatformEventType>
| Enum Constant and Description |
|---|
HighVolume
Enumeration : HighVolume
|
StandardVolume
Enumeration : StandardVolume
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.Map<java.lang.String,java.lang.String> |
valuesToEnums |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static PlatformEventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlatformEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlatformEventType HighVolume
public static final PlatformEventType StandardVolume
public static java.util.Map<java.lang.String,java.lang.String> valuesToEnums
public static PlatformEventType[] values()
for (PlatformEventType c : PlatformEventType.values()) System.out.println(c);
public static PlatformEventType 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 nullpublic java.lang.String toString()
toString in class java.lang.Enum<PlatformEventType>Copyright © 2020. All Rights Reserved.