|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.services.drive.Drive.Children
public class Drive.Children
The "children" collection of methods.
| Nested Class Summary | |
|---|---|
class |
Drive.Children.Delete
|
class |
Drive.Children.Get
|
class |
Drive.Children.Insert
|
class |
Drive.Children.List
|
| Constructor Summary | |
|---|---|
Drive.Children()
|
|
| Method Summary | |
|---|---|
Drive.Children.Delete |
delete(String folderId,
String childId)
Removes a child from a folder. |
Drive.Children.Get |
get(String folderId,
String childId)
Gets a specific child reference. |
Drive.Children.Insert |
insert(String folderId,
ChildReference content)
Inserts a file into a folder. |
Drive.Children.List |
list(String folderId)
Lists a folder's children. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Drive.Children()
| Method Detail |
|---|
public Drive.Children.Insert insert(String folderId,
ChildReference content)
throws IOException
Drive.Children.Insert.execute() method to invoke the remote operation.
folderId - The ID of the folder.content - the ChildReference
IOException - if the initialization of the request fails
public Drive.Children.Get get(String folderId,
String childId)
throws IOException
Drive.Children.Get.execute() method to invoke the remote operation.
folderId - The ID of the folder.childId - The ID of the child.
IOException - if the initialization of the request fails
public Drive.Children.List list(String folderId)
throws IOException
Drive.Children.List.execute() method to invoke the remote operation.
folderId - The ID of the folder.
IOException - if the initialization of the request fails
public Drive.Children.Delete delete(String folderId,
String childId)
throws IOException
Drive.Children.Delete.execute() method to invoke the remote operation.
folderId - The ID of the folder.childId - The ID of the child.
IOException - if the initialization of the request fails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||