public class ACAccount extends NSObject
| Constructor and Description |
|---|
ACAccount()
The default constructor of an ACAccount object.
|
ACAccount(ACAccountType type)
Constructs a new ACAccount of the specified type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
accountDescription()
Returns the description of this ACAccount.
|
ACAccountType |
accountType()
Returns the type of service of this ACAccount.
|
ACAccountCredential |
credential()
Returns the credential for the validation of this ACAccount.
|
String |
identifier()
Returns the unique id of this ACAccount.
|
void |
setAccountDescription(String accountDescription)
Sets the description of this ACAccount.
|
void |
setAccountType(ACAccountType accountType)
Sets the type of service for this ACAccount.
|
void |
setCredential(ACAccountCredential credential)
Sets the credential for the validation of this ACAccount.
|
void |
setUsername(String username)
Sets the username of this ACAccount.
|
String |
username()
Returns the username of this ACAccount.
|
addObserver, observeValueForKeyPath, performSelector, performSelectorOnMainThread, release, removeObserver, removeObserver, retain, setValueForKey, setValueForUndefinedKey, valueForKey, valueForUndefinedKeypublic ACAccount(ACAccountType type)
type - The type of the new ACAccount.public ACAccount()
public String identifier()
public ACAccountType accountType()
ACAccountTypepublic void setAccountType(ACAccountType accountType)
accountType - The type of service for this ACAccount.ACAccountTypepublic String accountDescription()
public void setAccountDescription(String accountDescription)
accountDescription - The description of this ACAccount.public String username()
public void setUsername(String username)
username - The username of this ACAccount.public ACAccountCredential credential()
public void setCredential(ACAccountCredential credential)
credential - The credential for the validation of this ACAccount.Copyright © 2020. All rights reserved.