| Package | Description |
|---|---|
| com.google.gdata.model.gd |
| Modifier and Type | Field and Description |
|---|---|
static ElementKey<Void,Where> |
Where.KEY
The key for this element.
|
| Modifier and Type | Method and Description |
|---|---|
Where |
Organization.getWhere()
Returns the office location.
|
Where |
Where.lock() |
Where |
Where.setEntryLink(EntryLink entryLink)
Sets the nested person or venue (Contact) entry.
|
Where |
Where.setLabel(String label)
Sets the user-readable label that identifies this location in case multiple
locations may be present.
|
Where |
Where.setRel(String rel)
Sets the meaning of this location.
|
Where |
Where.setValueString(String valueString)
Sets the text description of the place.
|
| Modifier and Type | Method and Description |
|---|---|
List<Where> |
EventEntry.getLocations()
Returns the event locations.
|
List<Where> |
RecurrenceExceptionEntry.getWhere()
Returns the place descriptions.
|
| Modifier and Type | Method and Description |
|---|---|
EventEntry |
EventEntry.addLocation(Where location)
Adds a new event location.
|
RecurrenceExceptionEntry |
RecurrenceExceptionEntry.addWhere(Where where)
Adds a new place description.
|
boolean |
EventEntry.removeLocation(Where location)
Removes an existing event location.
|
boolean |
RecurrenceExceptionEntry.removeWhere(Where where)
Removes an existing place description.
|
Organization |
Organization.setWhere(Where where)
Sets the office location.
|
| Constructor and Description |
|---|
Where(ElementKey<?,? extends Where> key)
Subclass constructor, allows subclasses to supply their own element key.
|
Where(ElementKey<?,? extends Where> key,
Element source)
Constructs a new instance by doing a shallow copy of data from an existing
Element instance. |
Copyright © 2012. All Rights Reserved.