public final class AliasesGetAliasMembersResponseItems extends AbstractResponseObject
| Modifier and Type | Field | Description |
|---|---|---|
String |
createdAt |
CreatedAt of the alias entry
|
String |
id |
ID of the alias entry
|
Map[] |
identity |
Identity (user/team) contained in the alias
|
String |
name |
Name of the alias entry
|
| Constructor | Description |
|---|---|
AliasesGetAliasMembersResponseItems() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getCreatedAt() |
Get CreatedAt of the alias entry
|
String |
getId() |
Get ID of the alias entry
|
Map[] |
getIdentity() |
Get Identity (user/team) contained in the alias
|
String |
getName() |
Get Name of the alias entry
|
String |
toString() |
getOtherPropertiespublic String id
public String createdAt
public String name
public Map[] identity
public final String getId()
public final String getCreatedAt()
public final String getName()
public final Map[] getIdentity()
Copyright © 2021. All rights reserved.