public class Drive.Changes
extends java.lang.Object
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(java.lang.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(java.lang.String changeId) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.changeId
- The ID of the change.java.io.IOException
public Drive.Changes.List list() throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.java.io.IOException
public Drive.Changes.Watch watch(Channel content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.content
- the Channel
java.io.IOException