public class Drive.Children
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Drive.Children.Delete |
class |
Drive.Children.Get |
class |
Drive.Children.Insert |
class |
Drive.Children.List |
| Constructor and Description |
|---|
Children() |
| Modifier and Type | Method and Description |
|---|---|
Drive.Children.Delete |
delete(java.lang.String folderId,
java.lang.String childId)
Removes a child from a folder.
|
Drive.Children.Get |
get(java.lang.String folderId,
java.lang.String childId)
Gets a specific child reference.
|
Drive.Children.Insert |
insert(java.lang.String folderId,
ChildReference content)
Inserts a file into a folder.
|
Drive.Children.List |
list(java.lang.String folderId)
Lists a folder's children.
|
public Drive.Children.Delete delete(java.lang.String folderId, java.lang.String childId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.folderId - The ID of the folder.childId - The ID of the child.java.io.IOExceptionpublic Drive.Children.Get get(java.lang.String folderId, java.lang.String childId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.folderId - The ID of the folder.childId - The ID of the child.java.io.IOExceptionpublic Drive.Children.Insert insert(java.lang.String folderId, ChildReference content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.folderId - The ID of the folder.content - the ChildReferencejava.io.IOExceptionpublic Drive.Children.List list(java.lang.String folderId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.folderId - The ID of the folder.java.io.IOException