All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.drive.model.AccessProposalRoleAndView.html Maven / Gradle / Ivy

There is a newer version: v3-rev20241206-2.0.0
Show newest version






AccessProposalRoleAndView (Google Drive API v3-rev20241027-2.0.0)












com.google.api.services.drive.model

Class AccessProposalRoleAndView

    • Constructor Detail

      • AccessProposalRoleAndView

        public AccessProposalRoleAndView()
    • Method Detail

      • getRole

        public String getRole()
        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`
        Returns:
        value or null for none
      • setRole

        public 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`
        Parameters:
        role - role or null for none
      • getView

        public String getView()
        Indicates the view for this access proposal. Only populated for proposals that belong to a view. `published` is the only supported value.
        Returns:
        value or null for none
      • setView

        public AccessProposalRoleAndView setView(String view)
        Indicates the view for this access proposal. Only populated for proposals that belong to a view. `published` is the only supported value.
        Parameters:
        view - view or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy