Uses of Class
com.foxinmy.weixin4j.mp.type.AutomatchMode
-
Packages that use AutomatchMode Package Description com.foxinmy.weixin4j.mp.model com.foxinmy.weixin4j.mp.type -
-
Uses of AutomatchMode in com.foxinmy.weixin4j.mp.model
Methods in com.foxinmy.weixin4j.mp.model that return AutomatchMode Modifier and Type Method Description AutomatchMode
AutoReplySetting.Entry. getMatchMode()
Methods in com.foxinmy.weixin4j.mp.model with parameters of type AutomatchMode Modifier and Type Method Description void
AutoReplySetting.Entry. setMatchMode(AutomatchMode matchMode)
-
Uses of AutomatchMode in com.foxinmy.weixin4j.mp.type
Methods in com.foxinmy.weixin4j.mp.type that return AutomatchMode Modifier and Type Method Description static AutomatchMode
AutomatchMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static AutomatchMode[]
AutomatchMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-