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

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

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






PivotGroupValueMetadata (Google Sheets API v4-rev20240319-2.0.0)












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

Class PivotGroupValueMetadata

    • Constructor Detail

      • PivotGroupValueMetadata

        public PivotGroupValueMetadata()
    • Method Detail

      • getCollapsed

        public Boolean getCollapsed()
        True if the data corresponding to the value is collapsed.
        Returns:
        value or null for none
      • setCollapsed

        public PivotGroupValueMetadata setCollapsed(Boolean collapsed)
        True if the data corresponding to the value is collapsed.
        Parameters:
        collapsed - collapsed or null for none
      • getValue

        public ExtendedValue getValue()
        The calculated value the metadata corresponds to. (Note that formulaValue is not valid, because the values will be calculated.)
        Returns:
        value or null for none
      • setValue

        public PivotGroupValueMetadata setValue(ExtendedValue value)
        The calculated value the metadata corresponds to. (Note that formulaValue is not valid, because the values will be calculated.)
        Parameters:
        value - value or null for none
      • clone

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