@Generated public class AccountGroup extends Object
| Constructor and Description |
|---|
AccountGroup() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAccountId() |
String |
getDisplayName() |
String |
getExternalId() |
String |
getId() |
Collection<ComplexValue> |
getMembers() |
ResourceMeta |
getMeta() |
Collection<ComplexValue> |
getRoles() |
int |
hashCode() |
AccountGroup |
setAccountId(String accountId) |
AccountGroup |
setDisplayName(String displayName) |
AccountGroup |
setExternalId(String externalId) |
AccountGroup |
setId(String id) |
AccountGroup |
setMembers(Collection<ComplexValue> members) |
AccountGroup |
setMeta(ResourceMeta meta) |
AccountGroup |
setRoles(Collection<ComplexValue> roles) |
String |
toString() |
public AccountGroup setAccountId(String accountId)
public String getAccountId()
public AccountGroup setDisplayName(String displayName)
public String getDisplayName()
public AccountGroup setExternalId(String externalId)
public String getExternalId()
public AccountGroup setId(String id)
public String getId()
public AccountGroup setMembers(Collection<ComplexValue> members)
public Collection<ComplexValue> getMembers()
public AccountGroup setMeta(ResourceMeta meta)
public ResourceMeta getMeta()
public AccountGroup setRoles(Collection<ComplexValue> roles)
public Collection<ComplexValue> getRoles()
Copyright © 2026. All rights reserved.