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