|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.api.services.drive.Drive.Parents
public class Drive.Parents
The "parents" collection of methods.
Nested Class Summary | |
---|---|
class |
Drive.Parents.Delete
|
class |
Drive.Parents.Get
|
class |
Drive.Parents.Insert
|
class |
Drive.Parents.List
|
Constructor Summary | |
---|---|
Drive.Parents()
|
Method Summary | |
---|---|
Drive.Parents.Delete |
delete(java.lang.String fileId,
java.lang.String parentId)
Removes a parent from a file. |
Drive.Parents.Get |
get(java.lang.String fileId,
java.lang.String parentId)
Gets a specific parent reference. |
Drive.Parents.Insert |
insert(java.lang.String fileId,
ParentReference content)
Adds a parent folder for a file. |
Drive.Parents.List |
list(java.lang.String fileId)
Lists a file's parents. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Drive.Parents()
Method Detail |
---|
public Drive.Parents.Delete delete(java.lang.String fileId, java.lang.String parentId) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
fileId
- The ID of the file.parentId
- The ID of the parent.
java.io.IOException
public Drive.Parents.Get get(java.lang.String fileId, java.lang.String parentId) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
fileId
- The ID of the file.parentId
- The ID of the parent.
java.io.IOException
public Drive.Parents.Insert insert(java.lang.String fileId, ParentReference content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
fileId
- The ID of the file.content
- the ParentReference
java.io.IOException
public Drive.Parents.List list(java.lang.String fileId) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
fileId
- The ID of the file.
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |