public static final class Event.Organizer
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Organizer() |
| Modifier and Type | Method and Description |
|---|---|
Event.Organizer |
clone() |
String |
getDisplayName()
The organizer's name, if available.
|
String |
getEmail()
The organizer's email address, if available.
|
String |
getId()
The organizer's Profile ID, if available.
|
Boolean |
getSelf()
Whether the organizer corresponds to the calendar on which this copy of the event appears.
|
boolean |
isSelf()
Convenience method that returns only
Boolean.TRUE or Boolean.FALSE. |
Event.Organizer |
set(String fieldName,
Object value) |
Event.Organizer |
setDisplayName(String displayName)
The organizer's name, if available.
|
Event.Organizer |
setEmail(String email)
The organizer's email address, if available.
|
Event.Organizer |
setId(String id)
The organizer's Profile ID, if available.
|
Event.Organizer |
setSelf(Boolean self)
Whether the organizer corresponds to 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 String getDisplayName()
null for nonepublic Event.Organizer setDisplayName(String displayName)
displayName - displayName or null for nonepublic String getEmail()
null for nonepublic Event.Organizer setEmail(String email)
email - email or null for nonepublic String getId()
null for nonepublic Event.Organizer setId(String id)
id - id or null for nonepublic Boolean getSelf()
null for nonepublic Event.Organizer 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 the organizer corresponds to the calendar on which this copy of the event appears. Read- only. The default is False.
public Event.Organizer set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Event.Organizer clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.