public class ApplicationUserCreate extends AbstractApplicationUserUpdate
| Modifier and Type | Field and Description |
|---|---|
protected Long |
primaryAccount |
name, requestLimit, state| Constructor and Description |
|---|
ApplicationUserCreate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getPrimaryAccount()
The account that this user is associated with.
|
int |
hashCode() |
ApplicationUserCreate |
primaryAccount(Long primaryAccount) |
void |
setPrimaryAccount(Long primaryAccount) |
String |
toString() |
getName, getRequestLimit, getState, name, requestLimit, setName, setRequestLimit, setState, stateprotected Long primaryAccount
public ApplicationUserCreate primaryAccount(Long primaryAccount)
public Long getPrimaryAccount()
public void setPrimaryAccount(Long primaryAccount)
public boolean equals(Object o)
equals in class AbstractApplicationUserUpdatepublic int hashCode()
hashCode in class AbstractApplicationUserUpdatepublic String toString()
toString in class AbstractApplicationUserUpdateCopyright © 2021. All rights reserved.