| Package | Description |
|---|---|
| com.google.api.services.drive.model |
| Modifier and Type | Method and Description |
|---|---|
File.ParentsCollection |
File.ParentsCollection.clone() |
File.ParentsCollection |
File.ParentsCollection.set(String fieldName,
Object value) |
File.ParentsCollection |
File.ParentsCollection.setId(String id)
The id of this parent
|
File.ParentsCollection |
File.ParentsCollection.setParentLink(String parentLink)
A link to get the metadata for this parent
|
| Modifier and Type | Method and Description |
|---|---|
List<File.ParentsCollection> |
File.getParentsCollection()
Collection of parent folders which contain this file.
|
| Modifier and Type | Method and Description |
|---|---|
File |
File.setParentsCollection(List<File.ParentsCollection> parentsCollection)
Collection of parent folders which contain this file.
|