@Generated public class AccountUser extends Object
| Constructor and Description |
|---|
AccountUser() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAccountId() |
Boolean |
getActive() |
String |
getDisplayName() |
Collection<ComplexValue> |
getEmails() |
String |
getExternalId() |
String |
getId() |
Name |
getName() |
Collection<ComplexValue> |
getRoles() |
String |
getUserName() |
int |
hashCode() |
AccountUser |
setAccountId(String accountId) |
AccountUser |
setActive(Boolean active) |
AccountUser |
setDisplayName(String displayName) |
AccountUser |
setEmails(Collection<ComplexValue> emails) |
AccountUser |
setExternalId(String externalId) |
AccountUser |
setId(String id) |
AccountUser |
setName(Name name) |
AccountUser |
setRoles(Collection<ComplexValue> roles) |
AccountUser |
setUserName(String userName) |
String |
toString() |
public AccountUser setAccountId(String accountId)
public String getAccountId()
public AccountUser setActive(Boolean active)
public Boolean getActive()
public AccountUser setDisplayName(String displayName)
public String getDisplayName()
public AccountUser setEmails(Collection<ComplexValue> emails)
public Collection<ComplexValue> getEmails()
public AccountUser setExternalId(String externalId)
public String getExternalId()
public AccountUser setId(String id)
public String getId()
public AccountUser setName(Name name)
public Name getName()
public AccountUser setRoles(Collection<ComplexValue> roles)
public Collection<ComplexValue> getRoles()
public AccountUser setUserName(String userName)
public String getUserName()
Copyright © 2026. All rights reserved.