public static enum TwilioIPMessagingClient.SynchronizationStrategy extends java.lang.Enum<TwilioIPMessagingClient.SynchronizationStrategy>
Enum Constant and Description |
---|
ALL
Load all resources on client initialzation
|
CHANNELS_LIST
Load only channels list on client synchronization
|
Modifier and Type | Method and Description |
---|---|
static TwilioIPMessagingClient.SynchronizationStrategy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TwilioIPMessagingClient.SynchronizationStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TwilioIPMessagingClient.SynchronizationStrategy ALL
public static final TwilioIPMessagingClient.SynchronizationStrategy CHANNELS_LIST
public static TwilioIPMessagingClient.SynchronizationStrategy[] values()
for (TwilioIPMessagingClient.SynchronizationStrategy c : TwilioIPMessagingClient.SynchronizationStrategy.values()) System.out.println(c);
public static TwilioIPMessagingClient.SynchronizationStrategy 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