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

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







AutoResizeDimensionsRequest (Google Sheets API v4-rev20230526-2.0.0)












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

Class AutoResizeDimensionsRequest

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


    public final class AutoResizeDimensionsRequest
    extends com.google.api.client.json.GenericJson
    Automatically resizes one or more dimensions based on the contents of the cells in that dimension.

    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

      • AutoResizeDimensionsRequest

        public AutoResizeDimensionsRequest()
    • Method Detail

      • getDataSourceSheetDimensions

        public DataSourceSheetDimensionRange getDataSourceSheetDimensions()
        The dimensions on a data source sheet to automatically resize.
        Returns:
        value or null for none
      • setDataSourceSheetDimensions

        public AutoResizeDimensionsRequest setDataSourceSheetDimensions(DataSourceSheetDimensionRange dataSourceSheetDimensions)
        The dimensions on a data source sheet to automatically resize.
        Parameters:
        dataSourceSheetDimensions - dataSourceSheetDimensions or null for none
      • getDimensions

        public DimensionRange getDimensions()
        The dimensions to automatically resize.
        Returns:
        value or null for none

Copyright © 2011–2023 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy