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
Constructor and Description |
---|
DeveloperMetadata() |
Modifier and Type | Method and Description |
---|---|
DeveloperMetadata |
clone() |
DeveloperMetadataLocation |
getLocation()
The location where the metadata is associated.
|
java.lang.Integer |
getMetadataId()
The spreadsheet-scoped unique ID that identifies the metadata.
|
java.lang.String |
getMetadataKey()
The metadata key.
|
java.lang.String |
getMetadataValue()
Data associated with the metadata's key.
|
java.lang.String |
getVisibility()
The metadata visibility.
|
DeveloperMetadata |
set(java.lang.String fieldName,
java.lang.Object value) |
DeveloperMetadata |
setLocation(DeveloperMetadataLocation location)
The location where the metadata is associated.
|
DeveloperMetadata |
setMetadataId(java.lang.Integer metadataId)
The spreadsheet-scoped unique ID that identifies the metadata.
|
DeveloperMetadata |
setMetadataKey(java.lang.String metadataKey)
The metadata key.
|
DeveloperMetadata |
setMetadataValue(java.lang.String metadataValue)
Data associated with the metadata's key.
|
DeveloperMetadata |
setVisibility(java.lang.String visibility)
The metadata visibility.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public DeveloperMetadataLocation getLocation()
null
for nonepublic DeveloperMetadata setLocation(DeveloperMetadataLocation location)
location
- location or null
for nonepublic java.lang.Integer getMetadataId()
null
for nonepublic DeveloperMetadata setMetadataId(java.lang.Integer metadataId)
metadataId
- metadataId or null
for nonepublic java.lang.String getMetadataKey()
null
for nonepublic DeveloperMetadata setMetadataKey(java.lang.String metadataKey)
metadataKey
- metadataKey or null
for nonepublic java.lang.String getMetadataValue()
null
for nonepublic DeveloperMetadata setMetadataValue(java.lang.String metadataValue)
metadataValue
- metadataValue or null
for nonepublic java.lang.String getVisibility()
null
for nonepublic DeveloperMetadata setVisibility(java.lang.String visibility)
visibility
- visibility or null
for nonepublic DeveloperMetadata set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public DeveloperMetadata clone()
clone
in class com.google.api.client.json.GenericJson