Uses of Class
com.foxinmy.weixin4j.type.card.CardColor

Packages that use CardColor
com.foxinmy.weixin4j.model.card   
com.foxinmy.weixin4j.type.card   
 

Uses of CardColor in com.foxinmy.weixin4j.model.card
 

Methods in com.foxinmy.weixin4j.model.card that return CardColor
 CardColor CouponBaseInfo.getCardColor()
           
 

Methods in com.foxinmy.weixin4j.model.card with parameters of type CardColor
 CouponBaseInfo.Builder CouponBaseInfo.Builder.cardColor(CardColor cardColor)
          设置卡券颜色
 

Uses of CardColor in com.foxinmy.weixin4j.type.card
 

Methods in com.foxinmy.weixin4j.type.card that return CardColor
static CardColor CardColor.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CardColor[] CardColor.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2014–2017. All rights reserved.