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

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

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






UpdateSlicerSpecRequest (Google Sheets API v4-rev20240312-2.0.0)












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

Class UpdateSlicerSpecRequest

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


    public final class UpdateSlicerSpecRequest
    extends com.google.api.client.json.GenericJson
    Updates a slicer's specifications. (This does not move or resize a slicer. To move or resize a slicer use UpdateEmbeddedObjectPositionRequest.

    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

      • UpdateSlicerSpecRequest

        public UpdateSlicerSpecRequest()
    • Method Detail

      • getFields

        public String getFields()
        The fields that should be updated. At least one field must be specified. The root `SlicerSpec` is implied and should not be specified. A single "*"` can be used as short-hand for listing every field.
        Returns:
        value or null for none
      • setFields

        public UpdateSlicerSpecRequest setFields(String fields)
        The fields that should be updated. At least one field must be specified. The root `SlicerSpec` is implied and should not be specified. A single "*"` can be used as short-hand for listing every field.
        Parameters:
        fields - fields or null for none
      • getSlicerId

        public Integer getSlicerId()
        The id of the slicer to update.
        Returns:
        value or null for none
      • setSlicerId

        public UpdateSlicerSpecRequest setSlicerId(Integer slicerId)
        The id of the slicer to update.
        Parameters:
        slicerId - slicerId or null for none
      • getSpec

        public SlicerSpec getSpec()
        The specification to apply to the slicer.
        Returns:
        value or null for none
      • clone

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