public final class DeveloperMetadataLookup
extends com.google.api.client.json.GenericJson
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
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
DeveloperMetadataLookup() |
Modifier and Type | Method and Description |
---|---|
DeveloperMetadataLookup |
clone() |
String |
getLocationMatchingStrategy()
Determines how this lookup matches the location.
|
String |
getLocationType()
Limits the selected developer metadata to those entries which are associated with locations of
the specified type.
|
Integer |
getMetadataId()
Limits the selected developer metadata to that which has a matching
DeveloperMetadata.metadata_id.
|
String |
getMetadataKey()
Limits the selected developer metadata to that which has a matching
DeveloperMetadata.metadata_key.
|
DeveloperMetadataLocation |
getMetadataLocation()
Limits the selected developer metadata to those entries associated with the specified location.
|
String |
getMetadataValue()
Limits the selected developer metadata to that which has a matching
DeveloperMetadata.metadata_value.
|
String |
getVisibility()
Limits the selected developer metadata to that which has a matching
DeveloperMetadata.visibility.
|
DeveloperMetadataLookup |
set(String fieldName,
Object value) |
DeveloperMetadataLookup |
setLocationMatchingStrategy(String locationMatchingStrategy)
Determines how this lookup matches the location.
|
DeveloperMetadataLookup |
setLocationType(String locationType)
Limits the selected developer metadata to those entries which are associated with locations of
the specified type.
|
DeveloperMetadataLookup |
setMetadataId(Integer metadataId)
Limits the selected developer metadata to that which has a matching
DeveloperMetadata.metadata_id.
|
DeveloperMetadataLookup |
setMetadataKey(String metadataKey)
Limits the selected developer metadata to that which has a matching
DeveloperMetadata.metadata_key.
|
DeveloperMetadataLookup |
setMetadataLocation(DeveloperMetadataLocation metadataLocation)
Limits the selected developer metadata to those entries associated with the specified location.
|
DeveloperMetadataLookup |
setMetadataValue(String metadataValue)
Limits the selected developer metadata to that which has a matching
DeveloperMetadata.metadata_value.
|
DeveloperMetadataLookup |
setVisibility(String visibility)
Limits the selected developer metadata to that which has a matching
DeveloperMetadata.visibility.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public String getLocationMatchingStrategy()
null
for nonepublic DeveloperMetadataLookup setLocationMatchingStrategy(String locationMatchingStrategy)
locationMatchingStrategy
- locationMatchingStrategy or null
for nonepublic String getLocationType()
null
for nonepublic DeveloperMetadataLookup setLocationType(String locationType)
locationType
- locationType or null
for nonepublic Integer getMetadataId()
null
for nonepublic DeveloperMetadataLookup setMetadataId(Integer metadataId)
metadataId
- metadataId or null
for nonepublic String getMetadataKey()
null
for nonepublic DeveloperMetadataLookup setMetadataKey(String metadataKey)
metadataKey
- metadataKey or null
for nonepublic DeveloperMetadataLocation getMetadataLocation()
null
for nonepublic DeveloperMetadataLookup setMetadataLocation(DeveloperMetadataLocation metadataLocation)
metadataLocation
- metadataLocation or null
for nonepublic String getMetadataValue()
null
for nonepublic DeveloperMetadataLookup setMetadataValue(String metadataValue)
metadataValue
- metadataValue or null
for nonepublic String getVisibility()
null
for nonepublic DeveloperMetadataLookup setVisibility(String visibility)
visibility
- visibility or null
for nonepublic DeveloperMetadataLookup set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public DeveloperMetadataLookup clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.