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