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