| 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(java.lang.String folderId,
ChildReference content)
Inserts a file into a folder.
|
| Constructor and Description |
|---|
Drive.Children.Insert(java.lang.String folderId,
ChildReference content)
Inserts a file into a folder.
|
| Modifier and Type | Method and Description |
|---|---|
ChildReference |
ChildReference.clone() |
ChildReference |
ChildReference.set(java.lang.String fieldName,
java.lang.Object value) |
ChildReference |
ChildReference.setChildLink(java.lang.String childLink)
A link to the child.
|
ChildReference |
ChildReference.setId(java.lang.String id)
The ID of the child.
|
ChildReference |
ChildReference.setKind(java.lang.String kind)
This is always drive#childReference.
|
ChildReference |
ChildReference.setSelfLink(java.lang.String selfLink)
A link back to this reference.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ChildReference> |
ChildList.getItems()
The actual list of children.
|
| Modifier and Type | Method and Description |
|---|---|
ChildList |
ChildList.setItems(java.util.List<ChildReference> items)
The actual list of children.
|