Package | Description |
---|---|
com.google.api.services.drive | |
com.google.api.services.drive.model |
Modifier and Type | Method and Description |
---|---|
Drive.Children.Insert |
Drive.Children.insert(String folderId,
ChildReference content)
Inserts a file into a folder.
|
Constructor and Description |
---|
Insert(String folderId,
ChildReference content)
Inserts a file into a folder.
|
Modifier and Type | Method and Description |
---|---|
ChildReference |
ChildReference.clone() |
ChildReference |
ChildReference.set(String fieldName,
Object value) |
ChildReference |
ChildReference.setChildLink(String childLink)
A link to the child.
|
ChildReference |
ChildReference.setId(String id)
The ID of the child.
|
ChildReference |
ChildReference.setKind(String kind)
This is always drive#childReference.
|
ChildReference |
ChildReference.setSelfLink(String selfLink)
A link back to this reference.
|
Modifier and Type | Method and Description |
---|---|
List<ChildReference> |
ChildList.getItems()
The list of children.
|
Modifier and Type | Method and Description |
---|---|
ChildList |
ChildList.setItems(List<ChildReference> items)
The list of children.
|
Copyright © 2011–2021 Google. All rights reserved.