public static final class Event.Creator
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
Event.Creator() |
Modifier and Type | Method and Description |
---|---|
Event.Creator |
clone() |
java.lang.String |
getDisplayName()
The creator's name, if available.
|
java.lang.String |
getEmail()
The creator's email address, if available.
|
java.lang.String |
getId()
The creator's Profile ID, if available.
|
java.lang.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(java.lang.String fieldName,
java.lang.Object value) |
Event.Creator |
setDisplayName(java.lang.String displayName)
The creator's name, if available.
|
Event.Creator |
setEmail(java.lang.String email)
The creator's email address, if available.
|
Event.Creator |
setId(java.lang.String id)
The creator's Profile ID, if available.
|
Event.Creator |
setSelf(java.lang.Boolean self)
Whether the creator corresponds to the calendar on which this copy of the event appears.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.lang.String getDisplayName()
null
for nonepublic Event.Creator setDisplayName(java.lang.String displayName)
displayName
- displayName or null
for nonepublic java.lang.String getEmail()
null
for nonepublic Event.Creator setEmail(java.lang.String email)
email
- email or null
for nonepublic java.lang.String getId()
null
for nonepublic Event.Creator setId(java.lang.String id)
id
- id or null
for nonepublic java.lang.Boolean getSelf()
null
for nonepublic Event.Creator setSelf(java.lang.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(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public Event.Creator clone()
clone
in class com.google.api.client.json.GenericJson