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

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

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






DataFilterValueRange (Google Sheets API v4-rev20240312-2.0.0)












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

Class DataFilterValueRange

    • Constructor Detail

      • DataFilterValueRange

        public DataFilterValueRange()
    • Method Detail

      • getDataFilter

        public DataFilter getDataFilter()
        The data filter describing the location of the values in the spreadsheet.
        Returns:
        value or null for none
      • setDataFilter

        public DataFilterValueRange setDataFilter(DataFilter dataFilter)
        The data filter describing the location of the values in the spreadsheet.
        Parameters:
        dataFilter - dataFilter or null for none
      • getMajorDimension

        public String getMajorDimension()
        The major dimension of the values.
        Returns:
        value or null for none
      • setMajorDimension

        public DataFilterValueRange setMajorDimension(String majorDimension)
        The major dimension of the values.
        Parameters:
        majorDimension - majorDimension or null for none
      • getValues

        public List<List<Object>> getValues()
        The data to be written. If the provided values exceed any of the ranges matched by the data filter then the request fails. If the provided values are less than the matched ranges only the specified values are written, existing values in the matched ranges remain unaffected.
        Returns:
        value or null for none
      • setValues

        public DataFilterValueRange setValues(List<List<Object>> values)
        The data to be written. If the provided values exceed any of the ranges matched by the data filter then the request fails. If the provided values are less than the matched ranges only the specified values are written, existing values in the matched ranges remain unaffected.
        Parameters:
        values - values or null for none
      • clone

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