public static enum FavorReceiveConsumeData.SendChannel extends Enum<FavorReceiveConsumeData.SendChannel>
| Enum Constant and Description |
|---|
BUSICOUPON_SEND_CHANNEL_API
API
|
BUSICOUPON_SEND_CHANNEL_FTOF
面对面
|
BUSICOUPON_SEND_CHANNEL_H5
H5
|
BUSICOUPON_SEND_CHANNEL_HALL
扫码领券(营销馆)
|
BUSICOUPON_SEND_CHANNEL_MEMBER_CARD_ACT
会员卡活动
|
BUSICOUPON_SEND_CHANNEL_MINIAPP
小程序
|
BUSICOUPON_SEND_CHANNEL_PAYGIFT
支付有礼
|
| Modifier and Type | Method and Description |
|---|---|
static FavorReceiveConsumeData.SendChannel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FavorReceiveConsumeData.SendChannel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FavorReceiveConsumeData.SendChannel BUSICOUPON_SEND_CHANNEL_MINIAPP
public static final FavorReceiveConsumeData.SendChannel BUSICOUPON_SEND_CHANNEL_API
public static final FavorReceiveConsumeData.SendChannel BUSICOUPON_SEND_CHANNEL_PAYGIFT
public static final FavorReceiveConsumeData.SendChannel BUSICOUPON_SEND_CHANNEL_H5
public static final FavorReceiveConsumeData.SendChannel BUSICOUPON_SEND_CHANNEL_FTOF
public static final FavorReceiveConsumeData.SendChannel BUSICOUPON_SEND_CHANNEL_MEMBER_CARD_ACT
public static final FavorReceiveConsumeData.SendChannel BUSICOUPON_SEND_CHANNEL_HALL
public static FavorReceiveConsumeData.SendChannel[] values()
for (FavorReceiveConsumeData.SendChannel c : FavorReceiveConsumeData.SendChannel.values()) System.out.println(c);
public static FavorReceiveConsumeData.SendChannel 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 © 2023. All rights reserved.