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

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

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






BatchClearValuesResponse (Google Sheets API v4-rev20240319-2.0.0)












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

Class BatchClearValuesResponse

    • Constructor Detail

      • BatchClearValuesResponse

        public BatchClearValuesResponse()
    • Method Detail

      • getClearedRanges

        public List<String> getClearedRanges()
        The ranges that were cleared, in A1 notation. If the requests are for an unbounded range or a ranger larger than the bounds of the sheet, this is the actual ranges that were cleared, bounded to the sheet's limits.
        Returns:
        value or null for none
      • setClearedRanges

        public BatchClearValuesResponse setClearedRanges(List<String> clearedRanges)
        The ranges that were cleared, in A1 notation. If the requests are for an unbounded range or a ranger larger than the bounds of the sheet, this is the actual ranges that were cleared, bounded to the sheet's limits.
        Parameters:
        clearedRanges - clearedRanges or null for none
      • getSpreadsheetId

        public String getSpreadsheetId()
        The spreadsheet the updates were applied to.
        Returns:
        value or null for none
      • setSpreadsheetId

        public BatchClearValuesResponse setSpreadsheetId(String spreadsheetId)
        The spreadsheet the updates were applied to.
        Parameters:
        spreadsheetId - spreadsheetId or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy