Enum Class ChangeType
- 所有已实现的接口:
Serializable,Comparable<ChangeType>,java.lang.constant.Constable
描述 企业微信 事件变更类型
- 作者:
- ddshuai date 2021-07-13 16:25
-
嵌套类概要
从类继承的嵌套类/接口 java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
枚举常量概要
枚举常量枚举常量说明客户联系变更通知客户群变更通知企业客户标签变更事件通讯录事件变更类型 -
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static ChangeTypeReturns the enum constant of this class with the specified name.static ChangeType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
枚举常量详细资料
-
CREATE_USER
通讯录事件变更类型 -
UPDATE_USER
-
DELETE_USER
-
CREATE_PARTY
-
UPDATE_PARTY
-
DELETE_PARTY
-
UPDATE_TAG
-
BATCH_JOB_RESULT
-
ADD_EXTERNAL_CONTACT
客户联系变更通知 -
EDIT_EXTERNAL_CONTACT
-
ADD_HALF_EXTERNAL_CONTACT
-
DEL_EXTERNAL_CONTACT
-
DEL_FOLLOW_USER
-
TRANSFER_FAIL
-
CREATE_CHAT
客户群变更通知 -
UPDATE_CHAT
-
DISMISS_CHAT
-
CREATE_EXTERNAL_TAG
企业客户标签变更事件 -
UPDATE_EXTERNAL_TAG
-
DELETE_EXTERNAL_TAG
-
SUBSCRIBE
-
UNSUBSCRIBE
-
ENTER_AGENT
-
LOCATION
-
CLICK
-
VIEW
-
SCAN_CODE_PUSH
-
SCAN_CODE_WAIT_MSG
-
PIC_SYS_PHOTO
-
PIC_PHOTO_OR_ALBUM
-
PIC_WEI_XIN
-
LOCATION_SELECT
-
OPEN_APPROVAL_CHANGE
-
SYS_APPROVAL_CHANGE
-
TASK_CARD_CLICK
-
SHARE_AGENT_CHANGE
-
MODIFY_CALENDAR
-
DELETE_CALENDAR
-
ADD_SCHEDULE
-
MODIFY_SCHEDULE
-
DELETE_SCHEDULE
-
LIVING_STATUS_CHANGE
-
KF_MSG_OR_EVENT
-
-
字段详细资料
-
eventType
-
changeType
-
changeTypeName
-
-
构造器详细资料
-
ChangeType
-
-
方法详细资料
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- 返回:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- 参数:
name- 要返回的枚举常量的名称。- 返回:
- 返回带有指定名称的枚举常量
- 抛出:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- 如果参数为空值
-
getEventType
-
getChangeType
-
getChangeTypeName
-