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