| Package | Description |
|---|---|
| com.google.api.services.coordinate.model |
| Modifier and Type | Method and Description |
|---|---|
Team |
Team.clone() |
Team |
Team.set(java.lang.String fieldName,
java.lang.Object value) |
Team |
Team.setId(java.lang.String id)
Team id, as found in a coordinate team url e.g.
|
Team |
Team.setKind(java.lang.String kind)
Identifies this object as a team.
|
Team |
Team.setName(java.lang.String name)
Team name
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Team> |
TeamListResponse.getItems()
Teams in the collection.
|
| Modifier and Type | Method and Description |
|---|---|
TeamListResponse |
TeamListResponse.setItems(java.util.List<Team> items)
Teams in the collection.
|