|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<RedpacketSceneType>
com.foxinmy.weixin4j.type.mch.RedpacketSceneType
public enum RedpacketSceneType
发放红包使用场景
| Enum Constant Summary | |
|---|---|
PRODUCT_1
商品促销 |
|
PRODUCT_2
抽奖 |
|
PRODUCT_3
虚拟物品兑奖 |
|
PRODUCT_4
企业内部福利 |
|
PRODUCT_5
渠道分润 |
|
PRODUCT_6
保险回馈 |
|
PRODUCT_7
彩票派奖 |
|
PRODUCT_8
税务刮奖 |
|
| Method Summary | |
|---|---|
static RedpacketSceneType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RedpacketSceneType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final RedpacketSceneType PRODUCT_1
public static final RedpacketSceneType PRODUCT_2
public static final RedpacketSceneType PRODUCT_3
public static final RedpacketSceneType PRODUCT_4
public static final RedpacketSceneType PRODUCT_5
public static final RedpacketSceneType PRODUCT_6
public static final RedpacketSceneType PRODUCT_7
public static final RedpacketSceneType PRODUCT_8
| Method Detail |
|---|
public static RedpacketSceneType[] values()
for (RedpacketSceneType c : RedpacketSceneType.values()) System.out.println(c);
public static RedpacketSceneType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||