public enum DeviceFilterType extends Enum<DeviceFilterType>
| Enum Constant and Description |
|---|
AMAZON |
ANDROID |
IOS |
NAMED_USER |
| Modifier and Type | Method and Description |
|---|---|
static DeviceFilterType |
getDeviceType(String key) |
String |
getKey() |
boolean |
isChannelType() |
static DeviceFilterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceFilterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceFilterType IOS
public static final DeviceFilterType ANDROID
public static final DeviceFilterType AMAZON
public static final DeviceFilterType NAMED_USER
public static DeviceFilterType[] values()
for (DeviceFilterType c : DeviceFilterType.values()) System.out.println(c);
public static DeviceFilterType 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 nullpublic String getKey()
public boolean isChannelType()
public static DeviceFilterType getDeviceType(String key)
Copyright © 2016. All rights reserved.