Uses of Class
com.foxinmy.weixin4j.type.card.CardCodeType
-
Packages that use CardCodeType Package Description com.foxinmy.weixin4j.model.card com.foxinmy.weixin4j.type.card -
-
Uses of CardCodeType in com.foxinmy.weixin4j.model.card
Methods in com.foxinmy.weixin4j.model.card that return CardCodeType Modifier and Type Method Description CardCodeType
CouponBaseInfo. getCodeType()
Methods in com.foxinmy.weixin4j.model.card with parameters of type CardCodeType Modifier and Type Method Description CouponBaseInfo.Builder
CouponBaseInfo.Builder. codeType(CardCodeType codeType)
设置码型 -
Uses of CardCodeType in com.foxinmy.weixin4j.type.card
Methods in com.foxinmy.weixin4j.type.card that return CardCodeType Modifier and Type Method Description static CardCodeType
CardCodeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static CardCodeType[]
CardCodeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-