Uses of Class
com.foxinmy.weixin4j.type.card.CardType
-
Packages that use CardType Package Description com.foxinmy.weixin4j.model.card com.foxinmy.weixin4j.type.card -
-
Uses of CardType in com.foxinmy.weixin4j.model.card
Methods in com.foxinmy.weixin4j.model.card that return CardType Modifier and Type Method Description abstract CardType
CardCoupon. getCardType()
卡券类型CardType
CashCoupon. getCardType()
CardType
DiscountCoupon. getCardType()
CardType
GeneralCoupon. getCardType()
CardType
GiftCard. getCardType()
CardType
GiftCoupon. getCardType()
CardType
GrouponCoupon. getCardType()
CardType
MemberCard. getCardType()
CardType
VoucherCard. getCardType()
-
Uses of CardType in com.foxinmy.weixin4j.type.card
Methods in com.foxinmy.weixin4j.type.card that return CardType Modifier and Type Method Description static CardType
CardType. valueOf(String name)
Returns the enum constant of this type with the specified name.static CardType[]
CardType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-