public class Drive.Files.Accessproposals extends Object
Modifier and Type | Class and Description |
---|---|
class |
Drive.Files.Accessproposals.List |
class |
Drive.Files.Accessproposals.Resolve |
Constructor and Description |
---|
Accessproposals() |
Modifier and Type | Method and Description |
---|---|
Drive.Files.Accessproposals.List |
list(String fileId)
List the AccessProposals on a file.
|
Drive.Files.Accessproposals.Resolve |
resolve(String fileId,
String proposalId)
Used to approve or deny an Access Proposal.
|
public Drive.Files.Accessproposals.List list(String fileId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.fileId
- Required. The id of the item the request is on.IOException
public Drive.Files.Accessproposals.Resolve resolve(String fileId, String proposalId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.fileId
- Required. The id of the item the request is on.proposalId
- Required. The id of the access proposal to resolve.IOException
Copyright © 2011–2024 Google. All rights reserved.