Uses of Class
com.foxinmy.weixin4j.wxa.model.custommessage.Command
-
Packages that use Command Package Description com.foxinmy.weixin4j.wxa.api APIs.com.foxinmy.weixin4j.wxa.model.custommessage Models forCustomMessageApi
. -
-
Uses of Command in com.foxinmy.weixin4j.wxa.api
Methods in com.foxinmy.weixin4j.wxa.api with parameters of type Command Modifier and Type Method Description void
CustomMessageApi. typingCustomMessage(String toUser, Command command)
客服输入状态。 -
Uses of Command in com.foxinmy.weixin4j.wxa.model.custommessage
Methods in com.foxinmy.weixin4j.wxa.model.custommessage that return Command Modifier and Type Method Description static Command
Command. valueOf(String name)
Returns the enum constant of this type with the specified name.static Command[]
Command. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-