Package | Description |
---|---|
com.google.api.services.drive.model |
Modifier and Type | Method and Description |
---|---|
AccessProposalRoleAndView |
AccessProposalRoleAndView.clone() |
AccessProposalRoleAndView |
AccessProposalRoleAndView.set(String fieldName,
Object value) |
AccessProposalRoleAndView |
AccessProposalRoleAndView.setRole(String role)
The role that was proposed by the requester New values may be added in the future, but the
following are currently possible: * `writer` * `commenter` * `reader`
|
AccessProposalRoleAndView |
AccessProposalRoleAndView.setView(String view)
Indicates the view for this access proposal.
|
Modifier and Type | Method and Description |
---|---|
List<AccessProposalRoleAndView> |
AccessProposal.getRolesAndViews()
A wrapper for the role and view of an access proposal.
|
Modifier and Type | Method and Description |
---|---|
AccessProposal |
AccessProposal.setRolesAndViews(List<AccessProposalRoleAndView> rolesAndViews)
A wrapper for the role and view of an access proposal.
|
Copyright © 2011–2024 Google. All rights reserved.