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

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







BatchUpdateSpreadsheetResponse (Google Sheets API v4-rev20230526-2.0.0)












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

Class BatchUpdateSpreadsheetResponse

    • Constructor Detail

      • BatchUpdateSpreadsheetResponse

        public BatchUpdateSpreadsheetResponse()
    • Method Detail

      • getReplies

        public List<Response> getReplies()
        The reply of the updates. This maps 1:1 with the updates, although replies to some requests may be empty.
        Returns:
        value or null for none
      • setReplies

        public BatchUpdateSpreadsheetResponse setReplies(List<Response> replies)
        The reply of the updates. This maps 1:1 with the updates, although replies to some requests may be empty.
        Parameters:
        replies - replies or null for none
      • getSpreadsheetId

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

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

        public Spreadsheet getUpdatedSpreadsheet()
        The spreadsheet after updates were applied. This is only set if BatchUpdateSpreadsheetRequest.include_spreadsheet_in_response is `true`.
        Returns:
        value or null for none
      • setUpdatedSpreadsheet

        public BatchUpdateSpreadsheetResponse setUpdatedSpreadsheet(Spreadsheet updatedSpreadsheet)
        The spreadsheet after updates were applied. This is only set if BatchUpdateSpreadsheetRequest.include_spreadsheet_in_response is `true`.
        Parameters:
        updatedSpreadsheet - updatedSpreadsheet or null for none

Copyright © 2011–2023 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy