Uses of Class
com.foxinmy.weixin4j.http.apache.content.StringBody
-
Packages that use StringBody Package Description com.foxinmy.weixin4j.http.apache.content -
-
Uses of StringBody in com.foxinmy.weixin4j.http.apache.content
Methods in com.foxinmy.weixin4j.http.apache.content that return StringBody Modifier and Type Method Description static StringBody
StringBody. create(String text)
Deprecated.(4.3) useStringBody(String, ContentType)
ororg.apache.http.entity.mime.MultipartEntityBuilder
static StringBody
StringBody. create(String text, String mimeType, Charset charset)
Deprecated.(4.3) useStringBody(String, ContentType)
ororg.apache.http.entity.mime.MultipartEntityBuilder
static StringBody
StringBody. create(String text, Charset charset)
Deprecated.(4.3) useStringBody(String, ContentType)
ororg.apache.http.entity.mime.MultipartEntityBuilder
-