public class GroupDeleteEvent extends GroupEvent
| Constructor and Description |
|---|
GroupDeleteEvent(String groupID,
String reassignGroupID)
Initializes a new
GroupDeleteEvent. |
| Modifier and Type | Method and Description |
|---|---|
String |
getGroupID()
Returns the identifier for the
InteractiveGroup that has been deleted. |
String |
getReassignGroupID()
Returns the identifier for the
InteractiveGroup that InteractiveParticipants have
been reassigned to. |
getRequestID, setRequestIDpublic GroupDeleteEvent(String groupID, String reassignGroupID)
GroupDeleteEvent.groupID - The identifier for the InteractiveGroup that has been deletedreassignGroupID - The identifier for the InteractiveGroup that InteractiveParticipants have been
reassigned topublic String getGroupID()
InteractiveGroup that has been deleted.InteractiveGroup that has been deletedpublic String getReassignGroupID()
InteractiveGroup that InteractiveParticipants have
been reassigned to.InteractiveGroup that InteractiveParticipants have
been reassigned toCopyright © 2018. All rights reserved.