public enum TeamworkApplicationIdentityType extends java.lang.Enum<TeamworkApplicationIdentityType>
| Enum Constant and Description |
|---|
AAD_APPLICATION
aad Application
|
BOT
bot
|
OFFICE365_CONNECTOR
office365Connector
|
OUTGOING_WEBHOOK
outgoing Webhook
|
TENANT_BOT
tenant Bot
|
UNEXPECTED_VALUE
For TeamworkApplicationIdentityType values that were not expected from the service
|
UNKNOWN_FUTURE_VALUE
unknown Future Value
|
| Modifier and Type | Method and Description |
|---|---|
static TeamworkApplicationIdentityType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TeamworkApplicationIdentityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TeamworkApplicationIdentityType AAD_APPLICATION
public static final TeamworkApplicationIdentityType BOT
public static final TeamworkApplicationIdentityType TENANT_BOT
public static final TeamworkApplicationIdentityType OFFICE365_CONNECTOR
public static final TeamworkApplicationIdentityType OUTGOING_WEBHOOK
public static final TeamworkApplicationIdentityType UNKNOWN_FUTURE_VALUE
public static final TeamworkApplicationIdentityType UNEXPECTED_VALUE
public static TeamworkApplicationIdentityType[] values()
for (TeamworkApplicationIdentityType c : TeamworkApplicationIdentityType.values()) System.out.println(c);
public static TeamworkApplicationIdentityType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null