public static enum CocoMediaClient.CommandId extends java.lang.Enum<CocoMediaClient.CommandId> implements CommandIdInterface
CocoMediaClient.sendCommand(Command, CommandStatusListener).| Enum Constant and Description |
|---|
CREATE_NETWORK |
DELETE_NETWORK |
GET_ALL_NETWORKS |
GET_USERS |
INVITE_EXTERNAL_USER |
INVITE_USER |
REMOVE_USER |
| Modifier and Type | Method and Description |
|---|---|
int |
getInt() |
static CocoMediaClient.CommandId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CocoMediaClient.CommandId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CocoMediaClient.CommandId GET_ALL_NETWORKS
public static final CocoMediaClient.CommandId CREATE_NETWORK
public static final CocoMediaClient.CommandId DELETE_NETWORK
public static final CocoMediaClient.CommandId GET_USERS
public static final CocoMediaClient.CommandId REMOVE_USER
public static final CocoMediaClient.CommandId INVITE_USER
public static final CocoMediaClient.CommandId INVITE_EXTERNAL_USER
public static CocoMediaClient.CommandId[] values()
for (CocoMediaClient.CommandId c : CocoMediaClient.CommandId.values()) System.out.println(c);
public static CocoMediaClient.CommandId 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 int getInt()
getInt in interface CommandIdInterface