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 FieldNameType
MemCardCustomField. getNameType()
Methods in com.foxinmy.weixin4j.model.card with parameters of type FieldNameType Modifier and Type Method Description MemberCard.Builder
MemberCard.Builder. customField1(FieldNameType type, String name, String url)
MemberCard.Builder
MemberCard.Builder. customField2(FieldNameType type, String name, String url)
MemberCard.Builder
MemberCard.Builder. customField3(FieldNameType type, String name, String url)
void
MemCardCustomField. 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 FieldNameType
FieldNameType. 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.
-