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

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

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






PivotGroupRule (Google Sheets API v4-rev20240312-2.0.0)












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

Class PivotGroupRule

  • All Implemented Interfaces:
    Cloneable, Map<String,Object>


    public final class PivotGroupRule
    extends com.google.api.client.json.GenericJson
    An optional setting on a PivotGroup that defines buckets for the values in the source data column rather than breaking out each individual value. Only one PivotGroup with a group rule may be added for each column in the source data, though on any given column you may add both a PivotGroup that has a rule and a PivotGroup that does not.

    This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Sheets API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json

    Author:
    Google, Inc.
    • Constructor Detail

      • PivotGroupRule

        public PivotGroupRule()
    • Method Detail

      • getDateTimeRule

        public DateTimeRule getDateTimeRule()
        A DateTimeRule.
        Returns:
        value or null for none
      • setDateTimeRule

        public PivotGroupRule setDateTimeRule(DateTimeRule dateTimeRule)
        A DateTimeRule.
        Parameters:
        dateTimeRule - dateTimeRule or null for none
      • getHistogramRule

        public HistogramRule getHistogramRule()
        A HistogramRule.
        Returns:
        value or null for none
      • setHistogramRule

        public PivotGroupRule setHistogramRule(HistogramRule histogramRule)
        A HistogramRule.
        Parameters:
        histogramRule - histogramRule or null for none
      • getManualRule

        public ManualRule getManualRule()
        A ManualRule.
        Returns:
        value or null for none
      • setManualRule

        public PivotGroupRule setManualRule(ManualRule manualRule)
        A ManualRule.
        Parameters:
        manualRule - manualRule or null for none
      • set

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

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