public class Account extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Account.TypeEnum
The assigned AccountType
|
| Constructor and Description |
|---|
Account() |
| Modifier and Type | Method and Description |
|---|---|
Account |
accountID(UUID accountID) |
Account |
code(String code) |
boolean |
equals(Object o) |
UUID |
getAccountID()
The Xero identifier for Settings.
|
String |
getCode()
A unique 3 digit number for each Account
|
String |
getName()
Name of the Account.
|
Account.TypeEnum |
getType()
The assigned AccountType
|
int |
hashCode() |
Account |
name(String name) |
void |
setAccountID(UUID accountID) |
void |
setCode(String code) |
void |
setName(String name) |
void |
setType(Account.TypeEnum type) |
String |
toString() |
Account |
type(Account.TypeEnum type) |
public UUID getAccountID()
public void setAccountID(UUID accountID)
public Account type(Account.TypeEnum type)
public Account.TypeEnum getType()
public void setType(Account.TypeEnum type)
public String getCode()
public void setCode(String code)
public String getName()
public void setName(String name)
Copyright © 2020. All rights reserved.