public final class EventAttendee extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Calendar API. For a detailed explanation see: http://code.google.com/p/google-http-java-client/wiki/JSON
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
EventAttendee() |
| Modifier and Type | Method and Description |
|---|---|
EventAttendee |
clone() |
Integer |
getAdditionalGuests()
Number of additional guests.
|
String |
getComment()
The attendee's response comment.
|
String |
getDisplayName()
The attendee's name, if available.
|
String |
getEmail()
The attendee's email address, if available.
|
String |
getId()
The attendee's Profile ID, if available.
|
Boolean |
getOptional()
Whether this is an optional attendee.
|
Boolean |
getOrganizer()
Whether the attendee is the organizer of the event.
|
Boolean |
getResource()
Whether the attendee is a resource.
|
String |
getResponseStatus()
The attendee's response status.
|
Boolean |
getSelf()
Whether this entry represents the calendar on which this copy of the event appears.
|
EventAttendee |
set(String fieldName,
Object value) |
EventAttendee |
setAdditionalGuests(Integer additionalGuests)
Number of additional guests.
|
EventAttendee |
setComment(String comment)
The attendee's response comment.
|
EventAttendee |
setDisplayName(String displayName)
The attendee's name, if available.
|
EventAttendee |
setEmail(String email)
The attendee's email address, if available.
|
EventAttendee |
setId(String id)
The attendee's Profile ID, if available.
|
EventAttendee |
setOptional(Boolean optional)
Whether this is an optional attendee.
|
EventAttendee |
setOrganizer(Boolean organizer)
Whether the attendee is the organizer of the event.
|
EventAttendee |
setResource(Boolean resource)
Whether the attendee is a resource.
|
EventAttendee |
setResponseStatus(String responseStatus)
The attendee's response status.
|
EventAttendee |
setSelf(Boolean self)
Whether this entry represents the calendar on which this copy of the event appears.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic Integer getAdditionalGuests()
null for nonepublic EventAttendee setAdditionalGuests(Integer additionalGuests)
additionalGuests - additionalGuests or null for nonepublic String getComment()
null for nonepublic EventAttendee setComment(String comment)
comment - comment or null for nonepublic String getDisplayName()
null for nonepublic EventAttendee setDisplayName(String displayName)
displayName - displayName or null for nonepublic String getEmail()
null for nonepublic EventAttendee setEmail(String email)
email - email or null for nonepublic String getId()
null for nonepublic EventAttendee setId(String id)
id - id or null for nonepublic Boolean getOptional()
null for nonepublic EventAttendee setOptional(Boolean optional)
optional - optional or null for nonepublic Boolean getOrganizer()
null for nonepublic EventAttendee setOrganizer(Boolean organizer)
organizer - organizer or null for nonepublic Boolean getResource()
null for nonepublic EventAttendee setResource(Boolean resource)
resource - resource or null for nonepublic String getResponseStatus()
null for nonepublic EventAttendee setResponseStatus(String responseStatus)
responseStatus - responseStatus or null for nonepublic Boolean getSelf()
null for nonepublic EventAttendee setSelf(Boolean self)
self - self or null for nonepublic EventAttendee set(String fieldName, Object value)
set in class GenericJsonpublic EventAttendee clone()
clone in class GenericJson