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

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

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






AddNamedRangeRequest (Google Sheets API v4-rev20240319-2.0.0)












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

Class AddNamedRangeRequest

    • Constructor Detail

      • AddNamedRangeRequest

        public AddNamedRangeRequest()
    • Method Detail

      • getNamedRange

        public NamedRange getNamedRange()
        The named range to add. The namedRangeId field is optional; if one is not set, an id will be randomly generated. (It is an error to specify the ID of a range that already exists.)
        Returns:
        value or null for none
      • setNamedRange

        public AddNamedRangeRequest setNamedRange(NamedRange namedRange)
        The named range to add. The namedRangeId field is optional; if one is not set, an id will be randomly generated. (It is an error to specify the ID of a range that already exists.)
        Parameters:
        namedRange - namedRange or null for none
      • clone

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