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

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

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






AccessProposal (Google Drive API v3-rev20241027-2.0.0)












com.google.api.services.drive.model

Class AccessProposal

    • Constructor Detail

      • AccessProposal

        public AccessProposal()
    • Method Detail

      • getCreateTime

        public String getCreateTime()
        The creation time
        Returns:
        value or null for none
      • setCreateTime

        public AccessProposal setCreateTime(String createTime)
        The creation time
        Parameters:
        createTime - createTime or null for none
      • getFileId

        public String getFileId()
        The file id that the proposal for access is on
        Returns:
        value or null for none
      • setFileId

        public AccessProposal setFileId(String fileId)
        The file id that the proposal for access is on
        Parameters:
        fileId - fileId or null for none
      • getProposalId

        public String getProposalId()
        The id of the access proposal
        Returns:
        value or null for none
      • setProposalId

        public AccessProposal setProposalId(String proposalId)
        The id of the access proposal
        Parameters:
        proposalId - proposalId or null for none
      • getRecipientEmailAddress

        public String getRecipientEmailAddress()
        The email address of the user that will receive permissions if accepted
        Returns:
        value or null for none
      • setRecipientEmailAddress

        public AccessProposal setRecipientEmailAddress(String recipientEmailAddress)
        The email address of the user that will receive permissions if accepted
        Parameters:
        recipientEmailAddress - recipientEmailAddress or null for none
      • getRequestMessage

        public String getRequestMessage()
        The message that the requester added to the proposal
        Returns:
        value or null for none
      • setRequestMessage

        public AccessProposal setRequestMessage(String requestMessage)
        The message that the requester added to the proposal
        Parameters:
        requestMessage - requestMessage or null for none
      • getRequesterEmailAddress

        public String getRequesterEmailAddress()
        The email address of the requesting user
        Returns:
        value or null for none
      • setRequesterEmailAddress

        public AccessProposal setRequesterEmailAddress(String requesterEmailAddress)
        The email address of the requesting user
        Parameters:
        requesterEmailAddress - requesterEmailAddress or null for none
      • getRolesAndViews

        public List<AccessProposalRoleAndView> getRolesAndViews()
        A wrapper for the role and view of an access proposal.
        Returns:
        value or null for none
      • setRolesAndViews

        public AccessProposal setRolesAndViews(List<AccessProposalRoleAndView> rolesAndViews)
        A wrapper for the role and view of an access proposal.
        Parameters:
        rolesAndViews - rolesAndViews or null for none
      • set

        public AccessProposal set(String fieldName,
                                  Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

        public AccessProposal clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy