| Package | Description |
|---|---|
| com.google.gdata.model.gd |
| Modifier and Type | Field and Description |
|---|---|
static ElementKey<Void,Who> |
Who.KEY
The key for this element.
|
| Modifier and Type | Method and Description |
|---|---|
Who |
Who.lock() |
Who |
Who.setAttendeeStatus(AttendeeStatus attendeeStatus)
Sets the event attendee status.
|
Who |
Who.setAttendeeType(AttendeeType attendeeType)
Sets the event attendee type.
|
Who |
Who.setEmail(String email)
Sets the email address.
|
Who |
Who.setEntryLink(EntryLink entryLink)
Sets the nested person entry.
|
Who |
Who.setRel(String rel)
Sets the relationship between the containing entity and the contained
person.
|
Who |
Who.setValueString(String valueString)
Sets the simple string value that can be used as a representation of this
person.
|
| Modifier and Type | Method and Description |
|---|---|
List<Who> |
EventEntry.getParticipants()
Returns the event participants.
|
List<Who> |
RecurrenceExceptionEntry.getWho()
Returns the person descriptions.
|
List<Who> |
MessageEntry.getWhoList()
Returns the person descriptions.
|
| Modifier and Type | Method and Description |
|---|---|
EventEntry |
EventEntry.addParticipant(Who participant)
Adds a new event participant.
|
RecurrenceExceptionEntry |
RecurrenceExceptionEntry.addWho(Who who)
Adds a new person description.
|
MessageEntry |
MessageEntry.addWhoList(Who whoList)
Adds a new person description.
|
boolean |
EventEntry.removeParticipant(Who participant)
Removes an existing event participant.
|
boolean |
RecurrenceExceptionEntry.removeWho(Who who)
Removes an existing person description.
|
boolean |
MessageEntry.removeWhoList(Who whoList)
Removes an existing person description.
|
| Constructor and Description |
|---|
Who(ElementKey<?,? extends Who> key)
Subclass constructor, allows subclasses to supply their own element key.
|
Who(ElementKey<?,? extends Who> key,
Element source)
Constructs a new instance by doing a shallow copy of data from an existing
Element instance. |
Copyright © 2012. All Rights Reserved.