public static final class EntityUserLink.Entity
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
Entity() |
Modifier and Type | Method and Description |
---|---|
EntityUserLink.Entity |
clone() |
AccountRef |
getAccountRef()
Account for this link.
|
ProfileRef |
getProfileRef()
View (Profile) for this link.
|
WebPropertyRef |
getWebPropertyRef()
Web property for this link.
|
EntityUserLink.Entity |
set(java.lang.String fieldName,
java.lang.Object value) |
EntityUserLink.Entity |
setAccountRef(AccountRef accountRef)
Account for this link.
|
EntityUserLink.Entity |
setProfileRef(ProfileRef profileRef)
View (Profile) for this link.
|
EntityUserLink.Entity |
setWebPropertyRef(WebPropertyRef webPropertyRef)
Web property for this link.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public AccountRef getAccountRef()
null
for nonepublic EntityUserLink.Entity setAccountRef(AccountRef accountRef)
accountRef
- accountRef or null
for nonepublic ProfileRef getProfileRef()
null
for nonepublic EntityUserLink.Entity setProfileRef(ProfileRef profileRef)
profileRef
- profileRef or null
for nonepublic WebPropertyRef getWebPropertyRef()
null
for nonepublic EntityUserLink.Entity setWebPropertyRef(WebPropertyRef webPropertyRef)
webPropertyRef
- webPropertyRef or null
for nonepublic EntityUserLink.Entity set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public EntityUserLink.Entity clone()
clone
in class com.google.api.client.json.GenericJson