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