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 CardTypeCardCoupon. getCardType()卡券类型CardTypeCashCoupon. getCardType()CardTypeDiscountCoupon. getCardType()CardTypeGeneralCoupon. getCardType()CardTypeGiftCard. getCardType()CardTypeGiftCoupon. getCardType()CardTypeGrouponCoupon. getCardType()CardTypeMemberCard. getCardType()CardTypeVoucherCard. 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 CardTypeCardType. 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.
-