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

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







BatchGetValuesByDataFilterResponse (Google Sheets API v4-rev20230526-2.0.0)












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

Class BatchGetValuesByDataFilterResponse

  • All Implemented Interfaces:
    Cloneable, Map<String,Object>


    public final class BatchGetValuesByDataFilterResponse
    extends com.google.api.client.json.GenericJson
    The response when retrieving more than one range of values in a spreadsheet selected by DataFilters.

    This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Sheets API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json

    Author:
    Google, Inc.
    • Constructor Detail

      • BatchGetValuesByDataFilterResponse

        public BatchGetValuesByDataFilterResponse()
    • Method Detail

      • getSpreadsheetId

        public String getSpreadsheetId()
        The ID of the spreadsheet the data was retrieved from.
        Returns:
        value or null for none
      • setSpreadsheetId

        public BatchGetValuesByDataFilterResponse setSpreadsheetId(String spreadsheetId)
        The ID of the spreadsheet the data was retrieved from.
        Parameters:
        spreadsheetId - spreadsheetId or null for none
      • getValueRanges

        public List<MatchedValueRange> getValueRanges()
        The requested values with the list of data filters that matched them.
        Returns:
        value or null for none

Copyright © 2011–2023 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy