|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ShareSourceType>
com.foxinmy.weixin4j.mp.type.ShareSourceType
public enum ShareSourceType
分享的场景
| Enum Constant Summary | |
|---|---|
FRIENDFORWARD
好友转发 |
|
FRIENDSCIRCLE
朋友圈 |
|
OTHER
其它 |
|
TENCENTWEIBO
腾讯微博 |
|
| Method Summary | |
|---|---|
static ShareSourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ShareSourceType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ShareSourceType FRIENDFORWARD
public static final ShareSourceType FRIENDSCIRCLE
public static final ShareSourceType TENCENTWEIBO
public static final ShareSourceType OTHER
| Method Detail |
|---|
public static ShareSourceType[] values()
for (ShareSourceType c : ShareSourceType.values()) System.out.println(c);
public static ShareSourceType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||