public static class CocoMediaClient.RemoveUser extends Command<CocoMediaClient.CommandId,CocoMediaClient.RemoveUserResponse>
Command.State| Constructor and Description |
|---|
RemoveUser(java.lang.String networkId,
java.lang.String userId)
The constructor for this class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
getCommandId, setTimeoutpublic RemoveUser(java.lang.String networkId,
java.lang.String userId)
networkId - The id of the network from which the user has to be removed.userId - The id of the user who will to be removed.public java.lang.String toString()
toString in class Command<CocoMediaClient.CommandId,CocoMediaClient.RemoveUserResponse>