| Package | Description |
|---|---|
| com.google.gdata.data.contacts |
| Modifier and Type | Method and Description |
|---|---|
Website.Rel |
Website.getRel()
Returns the known website type.
|
static Website.Rel |
Website.Rel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Website.Rel[] |
Website.Rel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Website.setRel(Website.Rel rel)
Sets the known website type.
|
| Constructor and Description |
|---|
Website(String href,
String label,
Boolean primary,
Website.Rel rel)
Immutable constructor.
|
Copyright © 2012. All Rights Reserved.