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