Uses of Class
com.foxinmy.weixin4j.http.apache.mime.HttpMultipartMode
-
Packages that use HttpMultipartMode Package Description com.foxinmy.weixin4j.http.apache.mime -
-
Uses of HttpMultipartMode in com.foxinmy.weixin4j.http.apache.mime
Methods in com.foxinmy.weixin4j.http.apache.mime that return HttpMultipartMode Modifier and Type Method Description HttpMultipartMode
HttpMultipart. getMode()
Deprecated.static HttpMultipartMode
HttpMultipartMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static HttpMultipartMode[]
HttpMultipartMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.foxinmy.weixin4j.http.apache.mime with parameters of type HttpMultipartMode Modifier and Type Method Description MultipartEntityBuilder
MultipartEntityBuilder. setMode(HttpMultipartMode mode)
Constructors in com.foxinmy.weixin4j.http.apache.mime with parameters of type HttpMultipartMode Constructor Description HttpMultipart(String subType, Charset charset, String boundary, HttpMultipartMode mode)
Deprecated.Creates an instance with the specified settings.MultipartEntity(HttpMultipartMode mode)
Creates an instance using the specifiedHttpMultipartMode
mode.MultipartEntity(HttpMultipartMode mode, String boundary, Charset charset)
Creates an instance using the specified parameters
-