public class Subaccount extends Object implements Serializable
| Constructor and Description |
|---|
Subaccount() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAccessBilling()
GETTER
Your access billing flag value, must be 1 or 0.
|
Boolean |
getAccessContacts()
GETTER
Your access contacts flag value, must be 1 or 0.
|
Boolean |
getAccessReporting()
GETTER
Your access reporting flag value, must be 1 or 0.
|
Boolean |
getAccessSettings()
GETTER
Your access settings flag value, must be 1 or 0.
|
Boolean |
getAccessUsers()
GETTER
Your access users flag value, must be 1 or 0.
|
List<String> |
getApiUsername()
GETTER
Your new api username.
|
String |
getEmail()
GETTER
Your new email.
|
String |
getFirstName()
GETTER
Your firstname
|
String |
getLastName()
GETTER
Your lastname
|
String |
getPassword()
GETTER
Your new password
|
String |
getPhoneNumber()
GETTER
Your phone number in E.164 format.
|
void |
setAccessBilling(Boolean value)
SETTER
Your access billing flag value, must be 1 or 0.
|
void |
setAccessContacts(Boolean value)
SETTER
Your access contacts flag value, must be 1 or 0.
|
void |
setAccessReporting(Boolean value)
SETTER
Your access reporting flag value, must be 1 or 0.
|
void |
setAccessSettings(Boolean value)
SETTER
Your access settings flag value, must be 1 or 0.
|
void |
setAccessUsers(Boolean value)
SETTER
Your access users flag value, must be 1 or 0.
|
void |
setApiUsername(List<String> value)
SETTER
Your new api username.
|
void |
setEmail(String value)
SETTER
Your new email.
|
void |
setFirstName(String value)
SETTER
Your firstname
|
void |
setLastName(String value)
SETTER
Your lastname
|
void |
setPassword(String value)
SETTER
Your new password
|
void |
setPhoneNumber(String value)
SETTER
Your phone number in E.164 format.
|
public String getPassword()
public void setPassword(String value)
public String getEmail()
public void setEmail(String value)
public String getPhoneNumber()
public void setPhoneNumber(String value)
public String getFirstName()
public void setFirstName(String value)
public String getLastName()
public void setLastName(String value)
public Boolean getAccessUsers()
public void setAccessUsers(Boolean value)
public Boolean getAccessBilling()
public void setAccessBilling(Boolean value)
public Boolean getAccessReporting()
public void setAccessReporting(Boolean value)
public Boolean getAccessContacts()
public void setAccessContacts(Boolean value)
public Boolean getAccessSettings()
public void setAccessSettings(Boolean value)
Copyright © 2017. All rights reserved.