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

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

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






ExtendedValue (Google Sheets API v4-rev20240312-2.0.0)












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

Class ExtendedValue

    • Constructor Detail

      • ExtendedValue

        public ExtendedValue()
    • Method Detail

      • getBoolValue

        public Boolean getBoolValue()
        Represents a boolean value.
        Returns:
        value or null for none
      • setBoolValue

        public ExtendedValue setBoolValue(Boolean boolValue)
        Represents a boolean value.
        Parameters:
        boolValue - boolValue or null for none
      • getErrorValue

        public ErrorValue getErrorValue()
        Represents an error. This field is read-only.
        Returns:
        value or null for none
      • setErrorValue

        public ExtendedValue setErrorValue(ErrorValue errorValue)
        Represents an error. This field is read-only.
        Parameters:
        errorValue - errorValue or null for none
      • getFormulaValue

        public String getFormulaValue()
        Represents a formula.
        Returns:
        value or null for none
      • setFormulaValue

        public ExtendedValue setFormulaValue(String formulaValue)
        Represents a formula.
        Parameters:
        formulaValue - formulaValue or null for none
      • getNumberValue

        public Double getNumberValue()
        Represents a double value. Note: Dates, Times and DateTimes are represented as doubles in SERIAL_NUMBER format.
        Returns:
        value or null for none
      • setNumberValue

        public ExtendedValue setNumberValue(Double numberValue)
        Represents a double value. Note: Dates, Times and DateTimes are represented as doubles in SERIAL_NUMBER format.
        Parameters:
        numberValue - numberValue or null for none
      • getStringValue

        public String getStringValue()
        Represents a string value. Leading single quotes are not included. For example, if the user typed `'123` into the UI, this would be represented as a `stringValue` of `"123"`.
        Returns:
        value or null for none
      • setStringValue

        public ExtendedValue setStringValue(String stringValue)
        Represents a string value. Leading single quotes are not included. For example, if the user typed `'123` into the UI, this would be represented as a `stringValue` of `"123"`.
        Parameters:
        stringValue - stringValue or null for none
      • set

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

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