| Modifier and Type | Class and Description |
|---|---|
class |
Drive.Approvals.Get |
class |
Drive.Approvals.List |
| Constructor and Description |
|---|
Approvals() |
| Modifier and Type | Method and Description |
|---|---|
Drive.Approvals.Get |
get(String fileId,
String approvalId)
Gets an Approval by ID.
|
Drive.Approvals.List |
list(String fileId)
Lists the Approvals on a file.
|
public Drive.Approvals.Get get(String fileId, String approvalId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.fileId - Required. The ID of the file the Approval is on.approvalId - Required. The ID of the Approval.IOExceptionpublic Drive.Approvals.List list(String fileId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.fileId - Required. The ID of the file the Approval is on.IOExceptionCopyright © 2011–2025 Google. All rights reserved.