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

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

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






RowData (Google Sheets API v4-rev20240319-2.0.0)












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

Class RowData

    • Constructor Detail

      • RowData

        public RowData()
    • Method Detail

      • getValues

        public List<CellData> getValues()
        The values in the row, one per column.
        Returns:
        value or null for none
      • setValues

        public RowData setValues(List<CellData> values)
        The values in the row, one per column.
        Parameters:
        values - values or null for none
      • set

        public RowData set(String fieldName,
                           Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

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