| Package | Description |
|---|---|
| com.google.gdata.model.gd |
| Modifier and Type | Field and Description |
|---|---|
static ElementKey<Void,Email> |
Email.KEY
The key for this element.
|
| Modifier and Type | Method and Description |
|---|---|
Email |
Email.lock() |
Email |
Email.setAddress(String address)
Sets the email address.
|
Email |
Email.setDisplayName(String displayName)
Sets the displayName.
|
Email |
Email.setLabel(String label)
Sets the label.
|
Email |
Email.setPrimary(Boolean primary)
Sets the whether this is the primary email address.
|
Email |
Email.setRel(String rel)
Sets the email type.
|
| Constructor and Description |
|---|
Email(ElementKey<?,? extends Email> key)
Subclass constructor, allows subclasses to supply their own element key.
|
Email(ElementKey<?,? extends Email> key,
Element source)
Constructs a new instance by doing a shallow copy of data from an existing
Element instance. |
Copyright © 2012. All Rights Reserved.