| Package | Description |
|---|---|
| com.google.api.services.people.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Url |
Url.clone() |
Url |
Url.set(String fieldName,
Object value) |
Url |
Url.setFormattedType(String formattedType)
Output only.
|
Url |
Url.setMetadata(FieldMetadata metadata)
Metadata about the URL.
|
Url |
Url.setType(String type)
The type of the URL.
|
Url |
Url.setValue(String value)
The URL.
|
| Modifier and Type | Method and Description |
|---|---|
List<Url> |
Person.getUrls()
The person's associated URLs.
|
| Modifier and Type | Method and Description |
|---|---|
Person |
Person.setUrls(List<Url> urls)
The person's associated URLs.
|
Copyright © 2011–2025 Google. All rights reserved.