Uses of Class
com.foxinmy.weixin4j.util.NameValue

Packages that use NameValue
com.foxinmy.weixin4j.http   
com.foxinmy.weixin4j.http.apache   
com.foxinmy.weixin4j.model.card   
 

Uses of NameValue in com.foxinmy.weixin4j.http
 

Subclasses of NameValue in com.foxinmy.weixin4j.http
 class URLParameter
          键值对参数
 

Uses of NameValue in com.foxinmy.weixin4j.http.apache
 

Methods in com.foxinmy.weixin4j.http.apache that return NameValue
 NameValue Header.getField(String name)
           
 

Methods in com.foxinmy.weixin4j.http.apache that return types with arguments of type NameValue
 List<NameValue> Header.getFields()
           
 List<NameValue> Header.getFields(String name)
           
 Iterator<NameValue> Header.iterator()
           
 

Methods in com.foxinmy.weixin4j.http.apache with parameters of type NameValue
 void Header.addField(NameValue field)
           
 void Header.setField(NameValue field)
           
 

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

Methods in com.foxinmy.weixin4j.model.card that return types with arguments of type NameValue
 ArrayList<NameValue> MemberUserInfo.UserInfo.getCommonFieldValues()
           
 ArrayList<NameValue> MemberUserInfo.UserInfo.getCustomFieldValues()
           
 

Methods in com.foxinmy.weixin4j.model.card with parameters of type NameValue
 CouponAdvanceInfo.Builder CouponAdvanceInfo.Builder.slideImages(NameValue... slideImages)
          设置图文列表,显示在详情内页 ,优惠券券开发者须至少传入 一组图文列表
 

Method parameters in com.foxinmy.weixin4j.model.card with type arguments of type NameValue
 void MemberUserInfo.UserInfo.setCommonFieldValues(ArrayList<NameValue> commonFieldValues)
           
 void MemberUserInfo.UserInfo.setCustomFieldValues(ArrayList<NameValue> customFieldValues)
           
 



Copyright © 2014–2017. All rights reserved.