Uses of Class
com.foxinmy.weixin4j.type.card.ActivateCommonField
-
Packages that use ActivateCommonField Package Description com.foxinmy.weixin4j.model.card com.foxinmy.weixin4j.type.card -
-
Uses of ActivateCommonField in com.foxinmy.weixin4j.model.card
Methods in com.foxinmy.weixin4j.model.card that return types with arguments of type ActivateCommonField Modifier and Type Method Description HashSet<ActivateCommonField>
MemberUserForm.FormBudiler. getCommonFieldIdList()
Methods in com.foxinmy.weixin4j.model.card with parameters of type ActivateCommonField Modifier and Type Method Description MemberUserForm.FormBudiler
MemberUserForm.FormBudiler. addCommonField(ActivateCommonField... fields)
自定义公共字段 -
Uses of ActivateCommonField in com.foxinmy.weixin4j.type.card
Methods in com.foxinmy.weixin4j.type.card that return ActivateCommonField Modifier and Type Method Description static ActivateCommonField
ActivateCommonField. valueOf(String name)
Returns the enum constant of this type with the specified name.static ActivateCommonField[]
ActivateCommonField. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-