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| Constructor and Description |
|---|
DeveloperMetadataLookup() |
| Modifier and Type | Method and Description |
|---|---|
DeveloperMetadataLookup |
clone() |
java.lang.String |
getLocationMatchingStrategy()
Determines how this lookup matches the location.
|
java.lang.String |
getLocationType()
Limits the selected developer metadata to those entries which are associated with locations of
the specified type.
|
java.lang.Integer |
getMetadataId()
Limits the selected developer metadata to that which has a matching
DeveloperMetadata.metadata_id.
|
java.lang.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.
|
java.lang.String |
getMetadataValue()
Limits the selected developer metadata to that which has a matching
DeveloperMetadata.metadata_value.
|
java.lang.String |
getVisibility()
Limits the selected developer metadata to that which has a matching
DeveloperMetadata.visibility.
|
DeveloperMetadataLookup |
set(java.lang.String fieldName,
java.lang.Object value) |
DeveloperMetadataLookup |
setLocationMatchingStrategy(java.lang.String locationMatchingStrategy)
Determines how this lookup matches the location.
|
DeveloperMetadataLookup |
setLocationType(java.lang.String locationType)
Limits the selected developer metadata to those entries which are associated with locations of
the specified type.
|
DeveloperMetadataLookup |
setMetadataId(java.lang.Integer metadataId)
Limits the selected developer metadata to that which has a matching
DeveloperMetadata.metadata_id.
|
DeveloperMetadataLookup |
setMetadataKey(java.lang.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(java.lang.String metadataValue)
Limits the selected developer metadata to that which has a matching
DeveloperMetadata.metadata_value.
|
DeveloperMetadataLookup |
setVisibility(java.lang.String visibility)
Limits the selected developer metadata to that which has a matching
DeveloperMetadata.visibility.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getLocationMatchingStrategy()
null for nonepublic DeveloperMetadataLookup setLocationMatchingStrategy(java.lang.String locationMatchingStrategy)
locationMatchingStrategy - locationMatchingStrategy or null for nonepublic java.lang.String getLocationType()
null for nonepublic DeveloperMetadataLookup setLocationType(java.lang.String locationType)
locationType - locationType or null for nonepublic java.lang.Integer getMetadataId()
null for nonepublic DeveloperMetadataLookup setMetadataId(java.lang.Integer metadataId)
metadataId - metadataId or null for nonepublic java.lang.String getMetadataKey()
null for nonepublic DeveloperMetadataLookup setMetadataKey(java.lang.String metadataKey)
metadataKey - metadataKey or null for nonepublic DeveloperMetadataLocation getMetadataLocation()
null for nonepublic DeveloperMetadataLookup setMetadataLocation(DeveloperMetadataLocation metadataLocation)
metadataLocation - metadataLocation or null for nonepublic java.lang.String getMetadataValue()
null for nonepublic DeveloperMetadataLookup setMetadataValue(java.lang.String metadataValue)
metadataValue - metadataValue or null for nonepublic java.lang.String getVisibility()
null for nonepublic DeveloperMetadataLookup setVisibility(java.lang.String visibility)
visibility - visibility or null for nonepublic DeveloperMetadataLookup set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic DeveloperMetadataLookup clone()
clone in class com.google.api.client.json.GenericJson