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