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