Uses of Class
com.foxinmy.weixin4j.model.card.CardItem
-
Packages that use CardItem Package Description com.foxinmy.weixin4j.model.card -
-
Uses of CardItem in com.foxinmy.weixin4j.model.card
Methods in com.foxinmy.weixin4j.model.card that return types with arguments of type CardItem Modifier and Type Method Description List<CardItem>
PageTheme. getItemList()
Methods in com.foxinmy.weixin4j.model.card with parameters of type CardItem Modifier and Type Method Description PageTheme.Builder
PageTheme.Builder. addCardItem(CardItem item)
添加一个礼品卡内容PageTheme.Builder
PageTheme.Builder. cardItems(CardItem... items)
添加一个或多个礼品卡内容
-