public final class AliasesGetAliasesInCompanyResponseItems extends AbstractResponseObject
| Modifier and Type | Field | Description |
|---|---|---|
String |
companyId |
ID of the company the alias belongs to
|
String |
id |
ID of the alias
|
Map[] |
identities |
Identities (users/teams) contained in the alias
|
String |
name |
Name of the alias
|
| Constructor | Description |
|---|---|
AliasesGetAliasesInCompanyResponseItems() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getCompanyId() |
Get ID of the company the alias belongs to
|
String |
getId() |
Get ID of the alias
|
Map[] |
getIdentities() |
Get Identities (users/teams) contained in the alias
|
String |
getName() |
Get Name of the alias
|
String |
toString() |
getOtherPropertiespublic String id
public String name
public String companyId
public Map[] identities
public AliasesGetAliasesInCompanyResponseItems()
public final String getId()
public final String getName()
public final String getCompanyId()
public final Map[] getIdentities()
Copyright © 2021. All rights reserved.