Modifier and Type | Class and Description |
---|---|
class |
Drive.Changes.Get |
class |
Drive.Changes.List |
class |
Drive.Changes.Watch |
Constructor and Description |
---|
Drive.Changes() |
Modifier and Type | Method and Description |
---|---|
Drive.Changes.Get |
get(String changeId)
Gets a specific change.
|
Drive.Changes.List |
list()
Lists the changes for a user.
|
Drive.Changes.Watch |
watch(Channel content)
Subscribe to changes for a user.
|
public Drive.Changes.Get get(String changeId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.changeId
- The ID of the change.IOException
public Drive.Changes.List list() throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.IOException
public Drive.Changes.Watch watch(Channel content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.content
- the Channel
IOException