public static class CocoMediaClient.InviteUser extends Command<CocoMediaClient.CommandId,CocoMediaClient.InviteUserResponse>
Command.State| Constructor and Description |
|---|
InviteUser(java.lang.String networkId,
java.lang.String username,
Network.Role role,
Network.AccessType accessType)
The constructor for this class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
getCommandId, setTimeoutpublic InviteUser(java.lang.String networkId,
java.lang.String username,
Network.Role role,
Network.AccessType accessType)
networkId - The id of the network to which the user has to be invited.username - The email of the user who has to be invited.role - The role which the invited user will possessaccessType - The accessType which the invited user will possesspublic java.lang.String toString()
toString in class Command<CocoMediaClient.CommandId,CocoMediaClient.InviteUserResponse>