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

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

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






MatchedValueRange (Google Sheets API v4-rev20240319-2.0.0)












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

Class MatchedValueRange

    • Constructor Detail

      • MatchedValueRange

        public MatchedValueRange()
    • Method Detail

      • getDataFilters

        public List<DataFilter> getDataFilters()
        The DataFilters from the request that matched the range of values.
        Returns:
        value or null for none
      • setDataFilters

        public MatchedValueRange setDataFilters(List<DataFilter> dataFilters)
        The DataFilters from the request that matched the range of values.
        Parameters:
        dataFilters - dataFilters or null for none
      • getValueRange

        public ValueRange getValueRange()
        The values matched by the DataFilter.
        Returns:
        value or null for none
      • setValueRange

        public MatchedValueRange setValueRange(ValueRange valueRange)
        The values matched by the DataFilter.
        Parameters:
        valueRange - valueRange or null for none
      • clone

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