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

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







PivotFilterSpec (Google Sheets API v4-rev20230526-2.0.0)












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

Class PivotFilterSpec

    • Constructor Detail

      • PivotFilterSpec

        public PivotFilterSpec()
    • Method Detail

      • getColumnOffsetIndex

        public Integer getColumnOffsetIndex()
        The column offset of the source range.
        Returns:
        value or null for none
      • setColumnOffsetIndex

        public PivotFilterSpec setColumnOffsetIndex(Integer columnOffsetIndex)
        The column offset of the source range.
        Parameters:
        columnOffsetIndex - columnOffsetIndex or null for none
      • getDataSourceColumnReference

        public DataSourceColumnReference getDataSourceColumnReference()
        The reference to the data source column.
        Returns:
        value or null for none
      • setDataSourceColumnReference

        public PivotFilterSpec setDataSourceColumnReference(DataSourceColumnReference dataSourceColumnReference)
        The reference to the data source column.
        Parameters:
        dataSourceColumnReference - dataSourceColumnReference or null for none
      • getFilterCriteria

        public PivotFilterCriteria getFilterCriteria()
        The criteria for the column.
        Returns:
        value or null for none
      • setFilterCriteria

        public PivotFilterSpec setFilterCriteria(PivotFilterCriteria filterCriteria)
        The criteria for the column.
        Parameters:
        filterCriteria - filterCriteria or null for none
      • clone

        public PivotFilterSpec clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2023 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy