public enum NexmoMemberUpdatedType extends java.lang.Enum<NexmoMemberUpdatedType>
NexmoMember.| Enum Constant and Description |
|---|
Leg
State of the leg has changed
NexmoCall.getMemberCallStatus(NexmoMember) ()}. |
Media
State of the media has changed
NexmoMember.getMedia(). |
State
State of the member has changed
NexmoMemberSummary.getCurrentState(),
NexmoMemberSummary.getCurrentState(). |
| Modifier and Type | Method and Description |
|---|---|
static NexmoMemberUpdatedType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NexmoMemberUpdatedType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NexmoMemberUpdatedType State
NexmoMemberSummary.getCurrentState(),
NexmoMemberSummary.getCurrentState().public static final NexmoMemberUpdatedType Media
NexmoMember.getMedia().public static final NexmoMemberUpdatedType Leg
NexmoCall.getMemberCallStatus(NexmoMember) ()}.public static NexmoMemberUpdatedType[] values()
for (NexmoMemberUpdatedType c : NexmoMemberUpdatedType.values()) System.out.println(c);
public static NexmoMemberUpdatedType 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