public enum PushType extends Enum<PushType>
| 枚举常量和说明 |
|---|
Alias
The target alias ( different target can with same alias )
|
All
all the targets
|
Device
已过时。
|
Group
已过时。
|
TagAnd
The target with tag ( and relationship )
|
TagOr
The target with tag ( or relatioinships )
|
public static final PushType All
@Deprecated public static final PushType Group
public static final PushType TagOr
public static final PushType TagAnd
public static final PushType Alias
@Deprecated public static final PushType Device
public static PushType[] values()
for (PushType c : PushType.values()) System.out.println(c);
public static PushType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2016. All rights reserved.