| com.google.gdata.data.contacts.ContactField |
Describes an interface that is common to all Contact fields.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the profile email(s) to which this field causes a link, if any.
| |||||||||||
Returns the value of the read-only attribute.
| |||||||||||
Returns the source of the data in this field, or null if there is no
source attribute.
| |||||||||||
Returns whether it has the profile email(s) to which this field causes a
link.
| |||||||||||
Returns whether this field has a readonly attribute.
| |||||||||||
Returns whether it has the source of the data in this field.
| |||||||||||
Returns whether this field is read-only.
| |||||||||||
Sets the profile email(s) to which this field causes a link.
| |||||||||||
Sets whether this field is read-only.
| |||||||||||
Sets the source of the data in this field.
| |||||||||||
Returns the profile email(s) to which this field causes a link, if any.
Returns the value of the read-only attribute.
Returns the source of the data in this field, or null if there is no source attribute.
Returns whether it has the profile email(s) to which this field causes a link.
Returns whether this field has a readonly attribute.
Returns whether it has the source of the data in this field.
Returns whether this field is read-only. This is different than getReadonly in that the former can return a null value if the attribute doesn't exist, whereas this method will return false in that case.
Sets the profile email(s) to which this field causes a link.
| linksto | The profile email(s) to which this field causes a link or
null to reset
|
|---|
Sets whether this field is read-only.
| readonly | Whether this field is read-only or null to
reset
|
|---|
Sets the source of the data in this field.
| source | Source of the data in this field or null to
reset
|
|---|