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

target.apidocs.com.google.api.services.sheets.v4.model.Editors.html Maven / Gradle / Ivy

There is a newer version: v4-rev20240423-2.0.0
Show newest version






Editors (Google Sheets API v4-rev20240319-2.0.0)












com.google.api.services.sheets.v4.model

Class Editors

    • Constructor Detail

      • Editors

        public Editors()
    • Method Detail

      • getDomainUsersCanEdit

        public Boolean getDomainUsersCanEdit()
        True if anyone in the document's domain has edit access to the protected range. Domain protection is only supported on documents within a domain.
        Returns:
        value or null for none
      • setDomainUsersCanEdit

        public Editors setDomainUsersCanEdit(Boolean domainUsersCanEdit)
        True if anyone in the document's domain has edit access to the protected range. Domain protection is only supported on documents within a domain.
        Parameters:
        domainUsersCanEdit - domainUsersCanEdit or null for none
      • getGroups

        public List<String> getGroups()
        The email addresses of groups with edit access to the protected range.
        Returns:
        value or null for none
      • setGroups

        public Editors setGroups(List<String> groups)
        The email addresses of groups with edit access to the protected range.
        Parameters:
        groups - groups or null for none
      • getUsers

        public List<String> getUsers()
        The email addresses of users with edit access to the protected range.
        Returns:
        value or null for none
      • setUsers

        public Editors setUsers(List<String> users)
        The email addresses of users with edit access to the protected range.
        Parameters:
        users - users or null for none
      • set

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

        public Editors 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