public enum NexmoMemberState extends java.lang.Enum<NexmoMemberState>
Modifier and Type | Method and Description |
---|---|
static NexmoMemberState |
fromCoreMemberState(com.nexmo.clientcore.model.enums.EMemberState state) |
static NexmoMemberState |
fromString(java.lang.String id) |
static NexmoMemberState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NexmoMemberState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NexmoMemberState JOINED
public static final NexmoMemberState INVITED
public static final NexmoMemberState LEFT
public static final NexmoMemberState UNKNOWN
public static NexmoMemberState[] values()
for (NexmoMemberState c : NexmoMemberState.values()) System.out.println(c);
public static NexmoMemberState 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 static NexmoMemberState fromString(java.lang.String id)
public static NexmoMemberState fromCoreMemberState(com.nexmo.clientcore.model.enums.EMemberState state)