public class Invitee
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
INVALID_EMAIL_ADDRESS
Invitee status: email address is invalid
|
static int |
INVITATION_PENDING
Invitee status: invitation is pending
|
static int |
INVITATION_SEND_ERROR
Invitee status: error occurred while sending invitation
|
static int |
INVITATION_SENT
Invitee status: the invitation has been sent
|
static int |
REMINDER_ERROR
Invitee status: error occurred while sending reminder
|
static int |
REMINDER_SENT
Invitee status: reminder has been sent
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttribute(java.lang.String attributeName)
Gets the value for a invitee attribute.
|
java.util.HashMap |
getAttributes()
Gets all the invitee attributes.
|
java.lang.String |
getIdKey()
Returns the value of invitee idKey
|
long |
getInvitationId()
Gets the invitation id
|
java.lang.String |
getInviteeEmail()
Gets the invitee email
|
long |
getInviteeId()
Gets the invitee id
|
java.lang.String |
getInviteeName()
Gets the invitee name
|
int |
getReminderCount()
Gets the reminder count (the number of times reminder is sent requesting participation).
|
long |
getRespondentId()
Gets the respondent id.
|
long |
getSentDate()
Gets the sent date (when the invitation was sent)
|
int |
getStatus()
Gets the status of the invitee.
|
long |
getSurveyId()
Gets the survey id
|
public static final int INVITATION_PENDING
public static final int INVITATION_SENT
public static final int REMINDER_SENT
public static final int INVITATION_SEND_ERROR
public static final int REMINDER_ERROR
public static final int INVALID_EMAIL_ADDRESS
public java.lang.String getIdKey()
public long getInvitationId()
public long getSurveyId()
public long getInviteeId()
public java.lang.String getInviteeName()
public java.lang.String getInviteeEmail()
public long getSentDate()
public int getReminderCount()
public int getStatus()
public long getRespondentId()
public java.lang.String getAttribute(java.lang.String attributeName)
String
- attributeName The attribute namepublic java.util.HashMap getAttributes()
Built on September 5 2019