Uses of Class
com.foxinmy.weixin4j.http.apache.mime.MinimalField
-
Packages that use MinimalField Package Description com.foxinmy.weixin4j.http.apache.mime -
-
Uses of MinimalField in com.foxinmy.weixin4j.http.apache.mime
Methods in com.foxinmy.weixin4j.http.apache.mime that return MinimalField Modifier and Type Method Description MinimalField
Header. getField(String name)
Methods in com.foxinmy.weixin4j.http.apache.mime that return types with arguments of type MinimalField Modifier and Type Method Description List<MinimalField>
Header. getFields()
List<MinimalField>
Header. getFields(String name)
Iterator<MinimalField>
Header. iterator()
Methods in com.foxinmy.weixin4j.http.apache.mime with parameters of type MinimalField Modifier and Type Method Description void
Header. addField(MinimalField field)
void
Header. setField(MinimalField field)
-