public enum ClientPlatform extends java.lang.Enum<ClientPlatform>
| Enum Constant and Description |
|---|
ANDROID
android
|
HOLO_LENS
holo Lens
|
I_OS
i OS
|
IP_PHONE
ip Phone
|
MAC_OS
mac OS
|
ROOM_SYSTEM
room System
|
SURFACE_HUB
surface Hub
|
UNEXPECTED_VALUE
For ClientPlatform values that were not expected from the service
|
UNKNOWN
unknown
|
UNKNOWN_FUTURE_VALUE
unknown Future Value
|
WEB
web
|
WINDOWS
windows
|
| Modifier and Type | Method and Description |
|---|---|
static ClientPlatform |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClientPlatform[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClientPlatform UNKNOWN
public static final ClientPlatform WINDOWS
public static final ClientPlatform MAC_OS
public static final ClientPlatform I_OS
public static final ClientPlatform ANDROID
public static final ClientPlatform WEB
public static final ClientPlatform IP_PHONE
public static final ClientPlatform ROOM_SYSTEM
public static final ClientPlatform SURFACE_HUB
public static final ClientPlatform HOLO_LENS
public static final ClientPlatform UNKNOWN_FUTURE_VALUE
public static final ClientPlatform UNEXPECTED_VALUE
public static ClientPlatform[] values()
for (ClientPlatform c : ClientPlatform.values()) System.out.println(c);
public static ClientPlatform 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