Uses of Class
com.foxinmy.weixin4j.qy.message.CustomeMessage.CustomeIdType
-
Packages that use CustomeMessage.CustomeIdType Package Description com.foxinmy.weixin4j.qy.message -
-
Uses of CustomeMessage.CustomeIdType in com.foxinmy.weixin4j.qy.message
Methods in com.foxinmy.weixin4j.qy.message that return CustomeMessage.CustomeIdType Modifier and Type Method Description CustomeMessage.CustomeIdType
CustomeMessage.CustomeTarget. getType()
static CustomeMessage.CustomeIdType
CustomeMessage.CustomeIdType. valueOf(String name)
Returns the enum constant of this type with the specified name.static CustomeMessage.CustomeIdType[]
CustomeMessage.CustomeIdType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.foxinmy.weixin4j.qy.message with parameters of type CustomeMessage.CustomeIdType Constructor Description CustomeTarget(CustomeMessage.CustomeIdType type, String id)
-