public final class Biography
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 People 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 |
|---|
Biography() |
| Modifier and Type | Method and Description |
|---|---|
Biography |
clone() |
java.lang.String |
getContentType()
The content type of the biography.
|
FieldMetadata |
getMetadata()
Metadata about the biography.
|
java.lang.String |
getValue()
The short biography.
|
Biography |
set(java.lang.String fieldName,
java.lang.Object value) |
Biography |
setContentType(java.lang.String contentType)
The content type of the biography.
|
Biography |
setMetadata(FieldMetadata metadata)
Metadata about the biography.
|
Biography |
setValue(java.lang.String value)
The short biography.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getContentType()
null for nonepublic Biography setContentType(java.lang.String contentType)
contentType - contentType or null for nonepublic FieldMetadata getMetadata()
null for nonepublic Biography setMetadata(FieldMetadata metadata)
metadata - metadata or null for nonepublic java.lang.String getValue()
null for nonepublic Biography setValue(java.lang.String value)
value - value or null for nonepublic Biography set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Biography clone()
clone in class com.google.api.client.json.GenericJson