|
||||||||||
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(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. |
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.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.IOException
public 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.IOException
public 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 ChildReference
java.io.IOException
public 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |