public static final class EntityUserLink.Entity extends GenericJson
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
EntityUserLink.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(String fieldName,
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, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic 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(String fieldName, Object value)
set in class GenericJsonpublic EntityUserLink.Entity clone()
clone in class GenericJson