Uses of Class
com.foxinmy.weixin4j.type.mch.RedpacketSceneType
-
Packages that use RedpacketSceneType Package Description com.foxinmy.weixin4j.payment.mch com.foxinmy.weixin4j.type.mch -
-
Uses of RedpacketSceneType in com.foxinmy.weixin4j.payment.mch
Methods in com.foxinmy.weixin4j.payment.mch that return RedpacketSceneType Modifier and Type Method Description RedpacketSceneType
Redpacket. getSceneType()
Deprecated.Methods in com.foxinmy.weixin4j.payment.mch with parameters of type RedpacketSceneType Modifier and Type Method Description void
Redpacket. setSceneType(RedpacketSceneType sceneType)
Deprecated. -
Uses of RedpacketSceneType in com.foxinmy.weixin4j.type.mch
Methods in com.foxinmy.weixin4j.type.mch that return RedpacketSceneType Modifier and Type Method Description static RedpacketSceneType
RedpacketSceneType. valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static RedpacketSceneType[]
RedpacketSceneType. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-