| 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(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 shared drive.
|
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.IOExceptionpublic Drive.Changes.GetStartPageToken getStartPageToken() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionpublic Drive.Changes.List list() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionpublic Drive.Changes.Watch watch(Channel content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the ChannelIOExceptionCopyright © 2011–2023 Google. All rights reserved.