public static enum StreamEventsEnum.SyncModeUpdateValues extends Enum<StreamEventsEnum.SyncModeUpdateValues>
| Enum Constant and Description |
|---|
POLLING_EVENT |
STREAMING_EVENT |
| Modifier and Type | Method and Description |
|---|---|
long |
getValue() |
static StreamEventsEnum.SyncModeUpdateValues |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamEventsEnum.SyncModeUpdateValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StreamEventsEnum.SyncModeUpdateValues STREAMING_EVENT
public static final StreamEventsEnum.SyncModeUpdateValues POLLING_EVENT
public static StreamEventsEnum.SyncModeUpdateValues[] values()
for (StreamEventsEnum.SyncModeUpdateValues c : StreamEventsEnum.SyncModeUpdateValues.values()) System.out.println(c);
public static StreamEventsEnum.SyncModeUpdateValues 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 nullpublic long getValue()
Copyright © 2021. All rights reserved.