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

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

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






PasteDataRequest (Google Sheets API v4-rev20240312-2.0.0)












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

Class PasteDataRequest

    • Constructor Detail

      • PasteDataRequest

        public PasteDataRequest()
    • Method Detail

      • getCoordinate

        public GridCoordinate getCoordinate()
        The coordinate at which the data should start being inserted.
        Returns:
        value or null for none
      • setCoordinate

        public PasteDataRequest setCoordinate(GridCoordinate coordinate)
        The coordinate at which the data should start being inserted.
        Parameters:
        coordinate - coordinate or null for none
      • getData

        public String getData()
        The data to insert.
        Returns:
        value or null for none
      • setData

        public PasteDataRequest setData(String data)
        The data to insert.
        Parameters:
        data - data or null for none
      • getDelimiter

        public String getDelimiter()
        The delimiter in the data.
        Returns:
        value or null for none
      • setDelimiter

        public PasteDataRequest setDelimiter(String delimiter)
        The delimiter in the data.
        Parameters:
        delimiter - delimiter or null for none
      • getHtml

        public Boolean getHtml()
        True if the data is HTML.
        Returns:
        value or null for none
      • setHtml

        public PasteDataRequest setHtml(Boolean html)
        True if the data is HTML.
        Parameters:
        html - html or null for none
      • getType

        public String getType()
        How the data should be pasted.
        Returns:
        value or null for none
      • setType

        public PasteDataRequest setType(String type)
        How the data should be pasted.
        Parameters:
        type - type or null for none
      • clone

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