Uses of Class
com.foxinmy.weixin4j.util.NameValue
-
Packages that use NameValue Package Description com.foxinmy.weixin4j.http com.foxinmy.weixin4j.model.card -
-
Uses of NameValue in com.foxinmy.weixin4j.http
Subclasses of NameValue in com.foxinmy.weixin4j.http Modifier and Type Class Description class
URLParameter
键值对参数Methods in com.foxinmy.weixin4j.http with parameters of type NameValue Modifier and Type Method Description static ContentType
ContentType. create(String mimeType, NameValue... params)
Creates a new instance ofContentType
with the given parameters.protected int
HeaderValueFormatter. estimateNameValuePairLen(NameValue nvp)
Estimates the length of a formatted name-value pair.protected int
HeaderValueFormatter. estimateParametersLen(NameValue[] nvps)
Estimates the length of formatted parameters.CharArrayBuffer
HeaderValueFormatter. formatNameValuePair(CharArrayBuffer charBuffer, NameValue nvp, boolean quote)
static String
HeaderValueFormatter. formatNameValuePair(NameValue nvp, boolean quote, HeaderValueFormatter formatter)
Formats a name-value pair.CharArrayBuffer
HeaderValueFormatter. formatParameters(CharArrayBuffer charBuffer, NameValue[] nvps, boolean quote)
static String
HeaderValueFormatter. formatParameters(NameValue[] nvps, boolean quote, HeaderValueFormatter formatter)
Formats a set of parameters.ContentType
ContentType. withParameters(NameValue... params)
Creates a new instance with this MIME type and the given parameters. -
Uses of NameValue in com.foxinmy.weixin4j.model.card
Methods in com.foxinmy.weixin4j.model.card that return types with arguments of type NameValue Modifier and Type Method Description ArrayList<NameValue>
MemberUserInfo.UserInfo. getCommonFieldValues()
ArrayList<NameValue>
MemberUserInfo.UserInfo. getCustomFieldValues()
Methods in com.foxinmy.weixin4j.model.card with parameters of type NameValue Modifier and Type Method Description CouponAdvanceInfo.Builder
CouponAdvanceInfo.Builder. slideImages(NameValue... slideImages)
设置图文列表,显示在详情内页 ,优惠券券开发者须至少传入 一组图文列表Method parameters in com.foxinmy.weixin4j.model.card with type arguments of type NameValue Modifier and Type Method Description void
MemberUserInfo.UserInfo. setCommonFieldValues(ArrayList<NameValue> commonFieldValues)
void
MemberUserInfo.UserInfo. setCustomFieldValues(ArrayList<NameValue> customFieldValues)
-