public class HumanUserCreate extends AbstractHumanUserUpdate
| Modifier and Type | Field and Description |
|---|---|
protected Long |
primaryAccount |
emailAddress, firstname, language, lastname, mobilePhoneNumber, state, timeZone, twoFactorEnabled| Constructor and Description |
|---|
HumanUserCreate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getPrimaryAccount()
The primary account links the user to a specific account.
|
int |
hashCode() |
HumanUserCreate |
primaryAccount(Long primaryAccount) |
void |
setPrimaryAccount(Long primaryAccount) |
String |
toString() |
emailAddress, firstname, getEmailAddress, getFirstname, getLanguage, getLastname, getMobilePhoneNumber, getState, getTimeZone, isTwoFactorEnabled, language, lastname, mobilePhoneNumber, setEmailAddress, setFirstname, setLanguage, setLastname, setMobilePhoneNumber, setState, setTimeZone, setTwoFactorEnabled, state, timeZone, twoFactorEnabledprotected Long primaryAccount
public HumanUserCreate primaryAccount(Long primaryAccount)
public Long getPrimaryAccount()
public void setPrimaryAccount(Long primaryAccount)
public boolean equals(Object o)
equals in class AbstractHumanUserUpdatepublic int hashCode()
hashCode in class AbstractHumanUserUpdatepublic String toString()
toString in class AbstractHumanUserUpdateCopyright © 2021. All rights reserved.