public class OnlineAccount extends ExtensibleData
extensionElements, transientProperties| Constructor and Description |
|---|
OnlineAccount() |
| Modifier and Type | Method and Description |
|---|---|
OnlineAccount |
accountName(String accountName)
Build up this online account with an account name.
|
OnlineAccount |
extensionElement(Object element) |
String |
getAccountName()
The name associated the holder of this account with the account.
|
ResourceReference |
getServiceHomepage()
The homepage of the service that provides this account.
|
OnlineAccount |
id(String id)
Build up this object with an id.
|
OnlineAccount |
serviceHomepage(ResourceReference serviceHomepage)
Build up this online account with a service homepage.
|
void |
setAccountName(String accountName)
The name associated the holder of this account with the account.
|
void |
setServiceHomepage(ResourceReference serviceHomepage)
The homepage of the service that provides this account.
|
addExtensionElement, embed, findExtensionOfType, findExtensionOfType, findExtensionsOfType, findExtensionsOfType, getExtensionElements, getId, getTransientProperties, getTransientProperty, removeExtensionElements, setExtensionElement, setExtensionElements, setId, setTransientProperty, toStringpublic OnlineAccount id(String id)
ExtensibleDataid in class ExtensibleDataid - The id.public OnlineAccount extensionElement(Object element)
extensionElement in class ExtensibleDatapublic ResourceReference getServiceHomepage()
public void setServiceHomepage(ResourceReference serviceHomepage)
serviceHomepage - The homepage of the service that provides this account.public OnlineAccount serviceHomepage(ResourceReference serviceHomepage)
serviceHomepage - The service homepage.public String getAccountName()
public void setAccountName(String accountName)
accountName - The name associated the holder of this account with the account.public OnlineAccount accountName(String accountName)
accountName - The account name.Copyright © 2016. All rights reserved.