Uses of Class
com.foxinmy.weixin4j.type.card.FieldNameType
-
Packages that use FieldNameType Package Description com.foxinmy.weixin4j.model.card com.foxinmy.weixin4j.type.card -
-
Uses of FieldNameType in com.foxinmy.weixin4j.model.card
Methods in com.foxinmy.weixin4j.model.card that return FieldNameType Modifier and Type Method Description FieldNameTypeMemCardCustomField. getNameType()Methods in com.foxinmy.weixin4j.model.card with parameters of type FieldNameType Modifier and Type Method Description MemberCard.BuilderMemberCard.Builder. customField1(FieldNameType type, String name, String url)MemberCard.BuilderMemberCard.Builder. customField2(FieldNameType type, String name, String url)MemberCard.BuilderMemberCard.Builder. customField3(FieldNameType type, String name, String url)voidMemCardCustomField. setNameType(FieldNameType nameType)Constructors in com.foxinmy.weixin4j.model.card with parameters of type FieldNameType Constructor Description MemCardCustomField(FieldNameType fieldNameType, String url)MemCardCustomField(FieldNameType fieldNameType, String name, String url) -
Uses of FieldNameType in com.foxinmy.weixin4j.type.card
Methods in com.foxinmy.weixin4j.type.card that return FieldNameType Modifier and Type Method Description static FieldNameTypeFieldNameType. valueOf(String name)Returns the enum constant of this type with the specified name.static FieldNameType[]FieldNameType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-