|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap<java.lang.String,java.lang.Object>
com.google.api.client.util.GenericData
com.google.api.client.json.GenericJson
com.google.api.services.calendar.model.EventAttendee
public final class EventAttendee
Model definition for EventAttendee.
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-api-java-client/wiki/Json
Upgrade warning: starting with version 1.12 getResponseHeaders()
is removed, instead use
JsonHttpRequest.getLastResponseHeaders()
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData |
---|
GenericData.Flags |
Nested classes/interfaces inherited from class java.util.AbstractMap |
---|
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
Nested classes/interfaces inherited from interface java.util.Map |
---|
java.util.Map.Entry<K,V> |
Constructor Summary | |
---|---|
EventAttendee()
|
Method Summary | |
---|---|
java.lang.Integer |
getAdditionalGuests()
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. |
java.lang.Boolean |
getOptional()
Whether this is an optional attendee. |
java.lang.Boolean |
getOrganizer()
Whether the attendee is the organizer of the event. |
java.lang.Boolean |
getResource()
Whether the attendee is a resource. |
java.lang.String |
getResponseStatus()
The attendee's response status. |
java.lang.Boolean |
getSelf()
Whether this entry represents the calendar on which this copy of the event appears. |
EventAttendee |
setAdditionalGuests(java.lang.Integer additionalGuests)
Number of additional guests. |
EventAttendee |
setComment(java.lang.String comment)
The attendee's response comment. |
EventAttendee |
setDisplayName(java.lang.String displayName)
The attendee's name, if available. |
EventAttendee |
setEmail(java.lang.String email)
The attendee's email address, if available. |
EventAttendee |
setId(java.lang.String id)
The attendee's Profile ID, if available. |
EventAttendee |
setOptional(java.lang.Boolean optional)
Whether this is an optional attendee. |
EventAttendee |
setOrganizer(java.lang.Boolean organizer)
Whether the attendee is the organizer of the event. |
EventAttendee |
setResource(java.lang.Boolean resource)
Whether the attendee is a resource. |
EventAttendee |
setResponseStatus(java.lang.String responseStatus)
The attendee's response status. |
EventAttendee |
setSelf(java.lang.Boolean self)
Whether this entry represents the calendar on which this copy of the event appears. |
Methods inherited from class com.google.api.client.json.GenericJson |
---|
clone, getFactory, setFactory, toPrettyString, toString |
Methods inherited from class com.google.api.client.util.GenericData |
---|
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, setUnknownKeys |
Methods inherited from class java.util.AbstractMap |
---|
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EventAttendee()
Method Detail |
---|
public java.lang.Integer getAdditionalGuests()
null
.
public EventAttendee setAdditionalGuests(java.lang.Integer additionalGuests)
null
.
public java.lang.String getComment()
null
.
public EventAttendee setComment(java.lang.String comment)
null
.
public java.lang.String getDisplayName()
null
.
public EventAttendee setDisplayName(java.lang.String displayName)
null
.
public java.lang.String getEmail()
null
.
public EventAttendee setEmail(java.lang.String email)
null
.
public java.lang.String getId()
null
.
public EventAttendee setId(java.lang.String id)
null
.
public java.lang.Boolean getOptional()
null
.
public EventAttendee setOptional(java.lang.Boolean optional)
null
.
public java.lang.Boolean getOrganizer()
null
.
public EventAttendee setOrganizer(java.lang.Boolean organizer)
null
.
public java.lang.Boolean getResource()
null
.
public EventAttendee setResource(java.lang.Boolean resource)
null
.
public java.lang.String getResponseStatus()
null
.
public EventAttendee setResponseStatus(java.lang.String responseStatus)
null
.
public java.lang.Boolean getSelf()
null
.
public EventAttendee setSelf(java.lang.Boolean self)
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |