| Package | Description |
|---|---|
| com.google.gdata.model.gd |
| Modifier and Type | Field and Description |
|---|---|
static ElementKey<String,PhoneNumber> |
PhoneNumber.KEY
The key for this element.
|
| Modifier and Type | Method and Description |
|---|---|
PhoneNumber |
PhoneNumber.lock() |
PhoneNumber |
PhoneNumber.setLabel(String label)
Sets the simple string value used to name this phone number.
|
PhoneNumber |
PhoneNumber.setPrimary(Boolean primary)
Sets the whether this is the primary phone number.
|
PhoneNumber |
PhoneNumber.setRel(String rel)
Sets the programmatic value that identifies the type of phone number.
|
PhoneNumber |
PhoneNumber.setUri(String uri)
Sets the An optional "tel URI" useful for programmatic access.
|
PhoneNumber |
PhoneNumber.setValue(String value)
Sets the human-readable phone number.
|
| Constructor and Description |
|---|
PhoneNumber(ElementKey<String,? extends PhoneNumber> key)
Subclass constructor, allows subclasses to supply their own element key.
|
PhoneNumber(ElementKey<String,? extends PhoneNumber> key,
Element source)
Constructs a new instance by doing a shallow copy of data from an existing
Element instance. |
Copyright © 2012. All Rights Reserved.