public static class CocoMediaClient.InviteExternalUser extends Command<CocoMediaClient.CommandId,CocoMediaClient.InviteExternalUserResponse>
Command.State| Constructor and Description |
|---|
InviteExternalUser(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 InviteExternalUser(java.lang.String networkId,
java.lang.String userId)
networkId - The id of the network to which the user has to be inviteduserId - The EXTERNAL userId of the userpublic java.lang.String toString()
toString in class Command<CocoMediaClient.CommandId,CocoMediaClient.InviteExternalUserResponse>