|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.api.services.drive.Drive.Properties
public class Drive.Properties
The "properties" collection of methods.
Nested Class Summary | |
---|---|
class |
Drive.Properties.Delete
|
class |
Drive.Properties.Get
|
class |
Drive.Properties.Insert
|
class |
Drive.Properties.List
|
class |
Drive.Properties.Patch
|
class |
Drive.Properties.Update
|
Constructor Summary | |
---|---|
Drive.Properties()
|
Method Summary | |
---|---|
Drive.Properties.Delete |
delete(String fileId,
String propertyKey)
Deletes a property. |
Drive.Properties.Get |
get(String fileId,
String propertyKey)
Gets a property by its key. |
Drive.Properties.Insert |
insert(String fileId,
Property content)
Adds a property to a file. |
Drive.Properties.List |
list(String fileId)
Lists a file's properties. |
Drive.Properties.Patch |
patch(String fileId,
String propertyKey,
Property content)
Updates a property. |
Drive.Properties.Update |
update(String fileId,
String propertyKey,
Property content)
Updates a property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Drive.Properties()
Method Detail |
---|
public Drive.Properties.Delete delete(String fileId, String propertyKey) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
fileId
- The ID of the file.propertyKey
- The key of the property.
IOException
public Drive.Properties.Get get(String fileId, String propertyKey) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
fileId
- The ID of the file.propertyKey
- The key of the property.
IOException
public Drive.Properties.Insert insert(String fileId, Property content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
fileId
- The ID of the file.content
- the Property
IOException
public Drive.Properties.List list(String fileId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
fileId
- The ID of the file.
IOException
public Drive.Properties.Patch patch(String fileId, String propertyKey, Property content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
fileId
- The ID of the file.propertyKey
- The key of the property.content
- the Property
IOException
public Drive.Properties.Update update(String fileId, String propertyKey, Property content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
fileId
- The ID of the file.propertyKey
- The key of the property.content
- the Property
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |