Package | Description |
---|---|
com.google.api.services.tasks.model |
Modifier and Type | Method and Description |
---|---|
Task.Links |
Task.Links.clone() |
Task.Links |
Task.Links.set(String fieldName,
Object value) |
Task.Links |
Task.Links.setDescription(String description)
The description (might be empty).
|
Task.Links |
Task.Links.setLink(String link)
The URL.
|
Task.Links |
Task.Links.setType(String type)
Type of the link, e.g.
|
Modifier and Type | Method and Description |
---|---|
List<Task.Links> |
Task.getLinks()
Output only.
|
Modifier and Type | Method and Description |
---|---|
Task |
Task.setLinks(List<Task.Links> links)
Output only.
|
Copyright © 2011–2025 Google. All rights reserved.