| java.lang.Object | ||
| ↳ | com.google.gdata.model.Element | |
| ↳ | com.google.gdata.model.gd.Who | |
Describes a person associated with the containing entity.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Who.Rel | Relationship between the containing entity and the contained person. | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Email address. | |||||||||||
| KEY | The key for this element. | ||||||||||
| REL | Relationship between the containing entity and the contained person. | ||||||||||
| VALUE_STRING | Simple string value that can be used as a representation of this person. | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.model.Element
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs an instance using the default key.
| |||||||||||
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Subclass constructor, allows subclasses to supply their own element key.
| |||||||||||
Constructs a new instance by doing a shallow copy of data from an existing
Element instance. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the event attendee status.
| |||||||||||
Returns the event attendee type.
| |||||||||||
Returns the email address.
| |||||||||||
Returns the nested person entry.
| |||||||||||
Returns the relationship between the containing entity and the contained
person.
| |||||||||||
Returns the simple string value that can be used as a representation of
this person.
| |||||||||||
Returns whether it has the event attendee status.
| |||||||||||
Returns whether it has the event attendee type.
| |||||||||||
Returns whether it has the email address.
| |||||||||||
Returns whether it has the nested person entry.
| |||||||||||
Returns whether it has the relationship between the containing entity and
the contained person.
| |||||||||||
Returns whether it has the simple string value that can be used as a
representation of this person.
| |||||||||||
Locks this element.
| |||||||||||
Registers the metadata for this element.
| |||||||||||
Sets the event attendee status.
| |||||||||||
Sets the event attendee type.
| |||||||||||
Sets the email address.
| |||||||||||
Sets the nested person entry.
| |||||||||||
Sets the relationship between the containing entity and the contained
person.
| |||||||||||
Sets the simple string value that can be used as a representation of this
person.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.model.Element
| |||||||||||
From class
java.lang.Object
| |||||||||||
Relationship between the containing entity and the contained person.
Simple string value that can be used as a representation of this person.
Constructs an instance using the default key.
Subclass constructor, allows subclasses to supply their own element key.
| key |
|---|
Constructs a new instance by doing a shallow copy of data from an existing
Element instance. Will use the given ElementKey as the key
for the element. This constructor is used when adapting from one element
key to another. You cannot call this constructor directly, instead use
createElement(ElementKey, Element).
| key | The key to use for this element. |
|---|---|
| source | Source element |
Returns the event attendee status.
Returns the email address.
Returns the relationship between the containing entity and the contained person.
Returns the simple string value that can be used as a representation of this person.
Returns whether it has the event attendee status.
Returns whether it has the event attendee type.
Returns whether it has the email address.
Returns whether it has the nested person entry.
Returns whether it has the relationship between the containing entity and the contained person.
Returns whether it has the simple string value that can be used as a representation of this person.
Locks this element. A locked element cannot have any changes made to its content or its attributes or child elements. This will also lock all attributes and child elements as well. Once this method has been called, this element can be safely published to other threads.
Registers the metadata for this element.
| registry |
|---|
Sets the event attendee status.
| attendeeStatus | Event attendee status or null to reset |
|---|
Sets the event attendee type.
| attendeeType | Event attendee type or null to reset |
|---|
Sets the email address.
Email address or null to reset |
Sets the nested person entry.
| entryLink | Nested person entry or null to reset |
|---|
Sets the relationship between the containing entity and the contained person.
| rel | Relationship between the containing entity and the contained
person or null to reset |
|---|
Sets the simple string value that can be used as a representation of this person.
| valueString | Simple string value that can be used as a representation
of this person or null to reset |
|---|