|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FieldNameType | |
|---|---|
| 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 | |
|---|---|
FieldNameType |
MemCardCustomField.getNameType()
|
| Methods in com.foxinmy.weixin4j.model.card with parameters of type FieldNameType | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||