Uses of Class
com.foxinmy.weixin4j.qy.type.BatchType
-
Packages that use BatchType Package Description com.foxinmy.weixin4j.qy.model com.foxinmy.weixin4j.qy.type -
-
Uses of BatchType in com.foxinmy.weixin4j.qy.model
Methods in com.foxinmy.weixin4j.qy.model that return BatchType Modifier and Type Method Description BatchType
BatchResult. getFormatType()
-
Uses of BatchType in com.foxinmy.weixin4j.qy.type
Methods in com.foxinmy.weixin4j.qy.type that return BatchType Modifier and Type Method Description static BatchType
BatchType. valueOf(String name)
Returns the enum constant of this type with the specified name.static BatchType[]
BatchType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-