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

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

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






BatchGetValuesResponse (Google Sheets API v4-rev20240319-2.0.0)












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

Class BatchGetValuesResponse

    • Constructor Detail

      • BatchGetValuesResponse

        public BatchGetValuesResponse()
    • Method Detail

      • getSpreadsheetId

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

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

        public List<ValueRange> getValueRanges()
        The requested values. The order of the ValueRanges is the same as the order of the requested ranges.
        Returns:
        value or null for none
      • setValueRanges

        public BatchGetValuesResponse setValueRanges(List<ValueRange> valueRanges)
        The requested values. The order of the ValueRanges is the same as the order of the requested ranges.
        Parameters:
        valueRanges - valueRanges or null for none
      • clone

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