public static class Event.Attendee
extends java.lang.Object
| Constructor and Description |
|---|
Attendee() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getAdditionalGuests()
The number of additional guests.
|
java.lang.String |
getComment()
The attendee's response comment.
|
java.lang.String |
getDisplayName()
The attendee's name, if available.
|
java.lang.String |
getEmail()
The attendee's email address, if available.
|
java.lang.String |
getId()
The attendee's Profile ID, if available.
|
AttendeeStatus |
getResponseStatus()
The attendee's response status.
|
java.lang.Boolean |
isOptional()
Whether this is an optional attendee.
|
java.lang.Boolean |
isOrganizer()
Whether the attendee is the organizer of the event.
|
java.lang.Boolean |
isResource()
Whether the attendee is a resource.
|
java.lang.Boolean |
isSelf()
Whether this entry represents the calendar on which this copy of the
event appears.
|
public java.lang.String getId()
null if none.public java.lang.String getEmail()
null if none.public java.lang.String getDisplayName()
null if none.public java.lang.Boolean isOrganizer()
null if none.public java.lang.Boolean isSelf()
null if none.public java.lang.Boolean isResource()
null if none.public java.lang.Boolean isOptional()
null if none.public AttendeeStatus getResponseStatus()
null if none.public java.lang.String getComment()
null if none.public java.lang.Integer getAdditionalGuests()
null if none.