public enum TeamworkUserIdentityType extends java.lang.Enum<TeamworkUserIdentityType>
| Enum Constant and Description |
|---|
AAD_USER
aad User
|
ANONYMOUS_GUEST
anonymous Guest
|
FEDERATED_USER
federated User
|
ON_PREMISE_AAD_USER
on Premise Aad User
|
PERSONAL_MICROSOFT_ACCOUNT_USER
personal Microsoft Account User
|
PHONE_USER
phone User
|
SKYPE_USER
skype User
|
UNEXPECTED_VALUE
For TeamworkUserIdentityType values that were not expected from the service
|
UNKNOWN_FUTURE_VALUE
unknown Future Value
|
| Modifier and Type | Method and Description |
|---|---|
static TeamworkUserIdentityType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TeamworkUserIdentityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TeamworkUserIdentityType AAD_USER
public static final TeamworkUserIdentityType ON_PREMISE_AAD_USER
public static final TeamworkUserIdentityType ANONYMOUS_GUEST
public static final TeamworkUserIdentityType FEDERATED_USER
public static final TeamworkUserIdentityType PERSONAL_MICROSOFT_ACCOUNT_USER
public static final TeamworkUserIdentityType SKYPE_USER
public static final TeamworkUserIdentityType PHONE_USER
public static final TeamworkUserIdentityType UNKNOWN_FUTURE_VALUE
public static final TeamworkUserIdentityType UNEXPECTED_VALUE
public static TeamworkUserIdentityType[] values()
for (TeamworkUserIdentityType c : TeamworkUserIdentityType.values()) System.out.println(c);
public static TeamworkUserIdentityType 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