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

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

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






AutoFillRequest (Google Sheets API v4-rev20240319-2.0.0)












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

Class AutoFillRequest

    • Constructor Detail

      • AutoFillRequest

        public AutoFillRequest()
    • Method Detail

      • getRange

        public GridRange getRange()
        The range to autofill. This will examine the range and detect the location that has data and automatically fill that data in to the rest of the range.
        Returns:
        value or null for none
      • setRange

        public AutoFillRequest setRange(GridRange range)
        The range to autofill. This will examine the range and detect the location that has data and automatically fill that data in to the rest of the range.
        Parameters:
        range - range or null for none
      • getSourceAndDestination

        public SourceAndDestination getSourceAndDestination()
        The source and destination areas to autofill. This explicitly lists the source of the autofill and where to extend that data.
        Returns:
        value or null for none
      • setSourceAndDestination

        public AutoFillRequest setSourceAndDestination(SourceAndDestination sourceAndDestination)
        The source and destination areas to autofill. This explicitly lists the source of the autofill and where to extend that data.
        Parameters:
        sourceAndDestination - sourceAndDestination or null for none
      • getUseAlternateSeries

        public Boolean getUseAlternateSeries()
        True if we should generate data with the "alternate" series. This differs based on the type and amount of source data.
        Returns:
        value or null for none
      • setUseAlternateSeries

        public AutoFillRequest setUseAlternateSeries(Boolean useAlternateSeries)
        True if we should generate data with the "alternate" series. This differs based on the type and amount of source data.
        Parameters:
        useAlternateSeries - useAlternateSeries or null for none
      • clone

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