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