Uses of Class
com.foxinmy.weixin4j.model.card.CouponAdvanceInfo.BusinessService
-
Packages that use CouponAdvanceInfo.BusinessService Package Description com.foxinmy.weixin4j.model.card -
-
Uses of CouponAdvanceInfo.BusinessService in com.foxinmy.weixin4j.model.card
Methods in com.foxinmy.weixin4j.model.card that return CouponAdvanceInfo.BusinessService Modifier and Type Method Description static CouponAdvanceInfo.BusinessService
CouponAdvanceInfo.BusinessService. valueOf(String name)
Returns the enum constant of this type with the specified name.static CouponAdvanceInfo.BusinessService[]
CouponAdvanceInfo.BusinessService. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.foxinmy.weixin4j.model.card that return types with arguments of type CouponAdvanceInfo.BusinessService Modifier and Type Method Description List<CouponAdvanceInfo.BusinessService>
CouponAdvanceInfo. getBusinessServices()
Methods in com.foxinmy.weixin4j.model.card with parameters of type CouponAdvanceInfo.BusinessService Modifier and Type Method Description CouponAdvanceInfo.Builder
CouponAdvanceInfo.Builder. businessServices(CouponAdvanceInfo.BusinessService... businessServices)
设置商家服务类型
-