public enum RolloutMethod extends java.lang.Enum<RolloutMethod>
Modifier and Type | Class and Description |
---|---|
static class |
RolloutMethod.Serializer
For internal use only.
|
Enum Constant and Description |
---|
ADD_MEMBER_TO_EXCEPTIONS
Add member to Exceptions.
|
UNLINK_ALL
Unlink all.
|
UNLINK_MOST_INACTIVE
Unlink devices with the most inactivity.
|
Modifier and Type | Method and Description |
---|---|
static RolloutMethod |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RolloutMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RolloutMethod UNLINK_ALL
public static final RolloutMethod UNLINK_MOST_INACTIVE
public static final RolloutMethod ADD_MEMBER_TO_EXCEPTIONS
public static RolloutMethod[] values()
for (RolloutMethod c : RolloutMethod.values()) System.out.println(c);
public static RolloutMethod 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