public final class UserKeyword
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 Admin Directory 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 |
---|
UserKeyword() |
Modifier and Type | Method and Description |
---|---|
UserKeyword |
clone() |
java.lang.String |
getCustomType()
Custom Type.
|
java.lang.String |
getType()
Each entry can have a type which indicates standard type of that entry.
|
java.lang.String |
getValue()
Keyword.
|
UserKeyword |
set(java.lang.String fieldName,
java.lang.Object value) |
UserKeyword |
setCustomType(java.lang.String customType)
Custom Type.
|
UserKeyword |
setType(java.lang.String type)
Each entry can have a type which indicates standard type of that entry.
|
UserKeyword |
setValue(java.lang.String value)
Keyword.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.String getCustomType()
null
for nonepublic UserKeyword setCustomType(java.lang.String customType)
customType
- customType or null
for nonepublic java.lang.String getType()
null
for nonepublic UserKeyword setType(java.lang.String type)
type
- type or null
for nonepublic java.lang.String getValue()
null
for nonepublic UserKeyword setValue(java.lang.String value)
value
- value or null
for nonepublic UserKeyword set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public UserKeyword clone()
clone
in class com.google.api.client.json.GenericJson