GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Event.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, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public 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 GenericJson
public Event.Creator clone()
clone
in class GenericJson