public class InvitationSentManuallyEvent extends AdminEvent
Event.NonVetoable
Constructor and Description |
---|
InvitationSentManuallyEvent(IEventListener source)
Creates a new event.
|
Modifier and Type | Method and Description |
---|---|
long |
getInvitationId()
Gets the invitationId attribute of the InvitationSentManuallyEvent object
|
long[] |
getInvitees()
Gets the previously pending invitees that the invitation was sent to.
|
long |
getSurveyId()
Gets the surveyId attribute of the InvitationSentManuallyEvent object
|
void |
setInvitationId(long invitationId)
Sets the invitationId attribute of the InvitationSentManuallyEvent object
|
void |
setInvitees(long[] invitees)
Sets the invitees that the invitation has been sent to.
|
void |
setSurveyId(long surveyId)
Sets the surveyId attribute of the InvitationSentManuallyEvent object
|
getLogin, getUserId, setLogin, setUserId
public InvitationSentManuallyEvent(IEventListener source)
source
- The event sourcepublic void setSurveyId(long surveyId)
surveyId
- The new surveyId valuepublic long getSurveyId()
public long getInvitationId()
public long[] getInvitees()
public void setInvitationId(long invitationId)
invitationId
- The new invitationId valuepublic void setInvitees(long[] invitees)
invitees
- An array holding the invitee ids.Built on April 12 2018