public final class EventAttendee
extends com.google.api.client.json.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: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.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. 
 | 
boolean | 
isOptional()
Convenience method that returns only  
Boolean.TRUE or Boolean.FALSE. | 
boolean | 
isResource()
Convenience method that returns only  
Boolean.TRUE or Boolean.FALSE. | 
boolean | 
isSelf()
Convenience method that returns only  
Boolean.TRUE or Boolean.FALSE. | 
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, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic 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 isOptional()
Boolean.TRUE or Boolean.FALSE.
 
 Boolean properties can have four possible values:
 null, Data.NULL_BOOLEAN, Boolean.TRUE
 or Boolean.FALSE.
 
 This method returns Boolean.TRUE if the default of the property is Boolean.TRUE
 and it is null or Data.NULL_BOOLEAN.
 Boolean.FALSE is returned if the default of the property is Boolean.FALSE and
 it is null or Data.NULL_BOOLEAN.
 
Whether this is an optional attendee. Optional. The default is False.
public 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 boolean isResource()
Boolean.TRUE or Boolean.FALSE.
 
 Boolean properties can have four possible values:
 null, Data.NULL_BOOLEAN, Boolean.TRUE
 or Boolean.FALSE.
 
 This method returns Boolean.TRUE if the default of the property is Boolean.TRUE
 and it is null or Data.NULL_BOOLEAN.
 Boolean.FALSE is returned if the default of the property is Boolean.FALSE and
 it is null or Data.NULL_BOOLEAN.
 
Whether the attendee is a resource. Can only be set when the attendee is added to the event for the first time. Subsequent modifications are ignored. Optional. The default is False.
public 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 boolean isSelf()
Boolean.TRUE or Boolean.FALSE.
 
 Boolean properties can have four possible values:
 null, Data.NULL_BOOLEAN, Boolean.TRUE
 or Boolean.FALSE.
 
 This method returns Boolean.TRUE if the default of the property is Boolean.TRUE
 and it is null or Data.NULL_BOOLEAN.
 Boolean.FALSE is returned if the default of the property is Boolean.FALSE and
 it is null or Data.NULL_BOOLEAN.
 
Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
public EventAttendee set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic EventAttendee clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.