Modifier and Type | Method | Description |
---|---|---|
String |
getId() |
The persistent unique identifier for this profile.
|
Map<String,Object> |
getProperties() |
Returns all properties for an instance of this class.
|
String |
getServiceName() |
The service name of this social profile.
|
String |
getUrl() |
The URL of this social profile.
|
String |
getUserIdentifier() |
A service-specific identifier used with this social profile.
|
String |
getUserName() |
The username used with this social profile.
|
void |
setServiceName(String serviceName) |
The service name of this social profile.
|
void |
setUrl(String url) |
The URL of this social profile.
|
void |
setUserIdentifier(String userIdentifier) |
A service-specific identifier used with this social profile.
|
void |
setUserName(String userName) |
The username used with this social profile.
|
cast, getApplicationReference, getObjectReference, getTypeClass, isInstanceOf
static final TypeClass CLASS
@Code("ID ") @Kind("property") @Name("id") @Type("text") String getId()
@Code("az81") @Kind("property") @Name("service name") @Type("text") String getServiceName()
@Code("az81") @Kind("property") @Name("service name") @Type("text") void setServiceName(String serviceName)
serviceName
- new property value@Code("az83") @Kind("property") @Name("user name") @Type("text") String getUserName()
@Code("az83") @Kind("property") @Name("user name") @Type("text") void setUserName(String userName)
userName
- new property value@Code("spid") @Kind("property") @Name("user identifier") @Type("text") String getUserIdentifier()
@Code("spid") @Kind("property") @Name("user identifier") @Type("text") void setUserIdentifier(String userIdentifier)
userIdentifier
- new property value@Code("spur") @Kind("property") @Name("url") @Type("text") String getUrl()
@Code("spur") @Kind("property") @Name("url") @Type("text") void setUrl(String url)
url
- new property value