public enum DeviceType extends Enum<DeviceType>
Enum Constant and Description |
---|
ANDROID_APP
Android
|
BLACKBERRY_APP
BlackBerry
|
BROWSER
Browser
|
CHROME_EXTENSION
Chrome Extension
|
CIFS
CIFS
|
CMIS
CMIS
|
EMAIL_PROTECTOR
Email protector
|
GOOGLE_DRIVE
Google drive
|
IOS_APP
iOS
|
MAC
Mac
|
OFFICE_ONLINE
Office online
|
ONE_DRIVE
One Drive
|
SALESFORCE_PLUGIN
Salesforce
|
SDK
SDK
|
SHAREPOINT
Sharepoint
|
SRE
SRE - used for WOPI
|
SYNC
Sync
|
UPLOADER
Uploader
|
WINDOWS_PLUGIN
Windows plugin
|
Modifier and Type | Method and Description |
---|---|
static DeviceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceType WINDOWS_PLUGIN
public static final DeviceType UPLOADER
public static final DeviceType IOS_APP
public static final DeviceType BLACKBERRY_APP
public static final DeviceType ANDROID_APP
public static final DeviceType BROWSER
public static final DeviceType SYNC
public static final DeviceType SHAREPOINT
public static final DeviceType SRE
public static final DeviceType MAC
public static final DeviceType CIFS
public static final DeviceType GOOGLE_DRIVE
public static final DeviceType SALESFORCE_PLUGIN
public static final DeviceType EMAIL_PROTECTOR
public static final DeviceType CMIS
public static final DeviceType ONE_DRIVE
public static final DeviceType OFFICE_ONLINE
public static final DeviceType SDK
public static final DeviceType CHROME_EXTENSION
public static DeviceType[] values()
for (DeviceType c : DeviceType.values()) System.out.println(c);
public static DeviceType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2019. All rights reserved.