public final class DeveloperMetadata
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 |
---|
DeveloperMetadata() |
Modifier and Type | Method and Description |
---|---|
DeveloperMetadata |
clone() |
DeveloperMetadataLocation |
getLocation()
The location where the metadata is associated.
|
Integer |
getMetadataId()
The spreadsheet-scoped unique ID that identifies the metadata.
|
String |
getMetadataKey()
The metadata key.
|
String |
getMetadataValue()
Data associated with the metadata's key.
|
String |
getVisibility()
The metadata visibility.
|
DeveloperMetadata |
set(String fieldName,
Object value) |
DeveloperMetadata |
setLocation(DeveloperMetadataLocation location)
The location where the metadata is associated.
|
DeveloperMetadata |
setMetadataId(Integer metadataId)
The spreadsheet-scoped unique ID that identifies the metadata.
|
DeveloperMetadata |
setMetadataKey(String metadataKey)
The metadata key.
|
DeveloperMetadata |
setMetadataValue(String metadataValue)
Data associated with the metadata's key.
|
DeveloperMetadata |
setVisibility(String visibility)
The metadata 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 DeveloperMetadataLocation getLocation()
null
for nonepublic DeveloperMetadata setLocation(DeveloperMetadataLocation location)
location
- location or null
for nonepublic Integer getMetadataId()
null
for nonepublic DeveloperMetadata setMetadataId(Integer metadataId)
metadataId
- metadataId or null
for nonepublic String getMetadataKey()
null
for nonepublic DeveloperMetadata setMetadataKey(String metadataKey)
metadataKey
- metadataKey or null
for nonepublic String getMetadataValue()
null
for nonepublic DeveloperMetadata setMetadataValue(String metadataValue)
metadataValue
- metadataValue or null
for nonepublic String getVisibility()
null
for nonepublic DeveloperMetadata setVisibility(String visibility)
visibility
- visibility or null
for nonepublic DeveloperMetadata set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public DeveloperMetadata clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.