| Package | Description |
|---|---|
| com.google.gdata.data.contacts |
| Modifier and Type | Method and Description |
|---|---|
Relation.Rel |
Relation.getRel()
Returns the relation type.
|
static Relation.Rel |
Relation.Rel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Relation.Rel[] |
Relation.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 |
Relation.setRel(Relation.Rel rel)
Sets the relation type.
|
| Constructor and Description |
|---|
Relation(String label,
Relation.Rel rel,
String value)
Immutable constructor.
|
Copyright © 2012. All Rights Reserved.