public class Drive.Changes
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Drive.Changes.Get |
class |
Drive.Changes.GetStartPageToken |
class |
Drive.Changes.List |
class |
Drive.Changes.Watch |
| Constructor and Description |
|---|
Changes() |
| Modifier and Type | Method and Description |
|---|---|
Drive.Changes.Get |
get(java.lang.String changeId)
Deprecated - Use changes.getStartPageToken and changes.list to retrieve recent changes.
|
Drive.Changes.GetStartPageToken |
getStartPageToken()
Gets the starting pageToken for listing future changes.
|
Drive.Changes.List |
list()
Lists the changes for a user or Team Drive.
|
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.IOExceptionpublic Drive.Changes.GetStartPageToken getStartPageToken() throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.java.io.IOExceptionpublic Drive.Changes.List list() throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.java.io.IOExceptionpublic Drive.Changes.Watch watch(Channel content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the Channeljava.io.IOException