Uses of Class
com.foxinmy.weixin4j.mp.type.UserSourceType
-
Packages that use UserSourceType Package Description com.foxinmy.weixin4j.mp.datacube com.foxinmy.weixin4j.mp.type -
-
Uses of UserSourceType in com.foxinmy.weixin4j.mp.datacube
Methods in com.foxinmy.weixin4j.mp.datacube that return UserSourceType Modifier and Type Method Description UserSourceType
UserSummary. getFormatUserSource()
-
Uses of UserSourceType in com.foxinmy.weixin4j.mp.type
Methods in com.foxinmy.weixin4j.mp.type that return UserSourceType Modifier and Type Method Description static UserSourceType
UserSourceType. valueOf(String name)
Returns the enum constant of this type with the specified name.static UserSourceType[]
UserSourceType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-