public static enum LeanCloud.REGION extends Enum<LeanCloud.REGION>
枚举常量和说明 |
---|
EastChina |
NorthAmerica |
NorthChina |
public static final LeanCloud.REGION EastChina
public static final LeanCloud.REGION NorthChina
public static final LeanCloud.REGION NorthAmerica
public static LeanCloud.REGION[] values()
for (LeanCloud.REGION c : LeanCloud.REGION.values()) System.out.println(c);
public static LeanCloud.REGION valueOf(String name)
name
- 要返回的枚举常量的名称。IllegalArgumentException
- 如果该枚举类型没有带有指定名称的常量NullPointerException
- 如果参数为空值Copyright © 2020, 美味书签(北京)信息技术有限公司 All rights reserved.