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

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

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






MatchedDeveloperMetadata (Google Sheets API v4-rev20240312-2.0.0)












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

Class MatchedDeveloperMetadata

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


    public final class MatchedDeveloperMetadata
    extends com.google.api.client.json.GenericJson
    A developer metadata entry and the data filters specified in the original request that matched it.

    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

      • MatchedDeveloperMetadata

        public MatchedDeveloperMetadata()
    • Method Detail

      • getDataFilters

        public List<DataFilter> getDataFilters()
        All filters matching the returned developer metadata.
        Returns:
        value or null for none
      • setDataFilters

        public MatchedDeveloperMetadata setDataFilters(List<DataFilter> dataFilters)
        All filters matching the returned developer metadata.
        Parameters:
        dataFilters - dataFilters or null for none
      • getDeveloperMetadata

        public DeveloperMetadata getDeveloperMetadata()
        The developer metadata matching the specified filters.
        Returns:
        value or null for none
      • setDeveloperMetadata

        public MatchedDeveloperMetadata setDeveloperMetadata(DeveloperMetadata developerMetadata)
        The developer metadata matching the specified filters.
        Parameters:
        developerMetadata - developerMetadata or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy