Enum Class ChangeType

java.lang.Object
java.lang.Enum<ChangeType>
com.github.shuaidd.enums.ChangeType
所有已实现的接口:
Serializable, Comparable<ChangeType>, java.lang.constant.Constable

public enum ChangeType extends Enum<ChangeType>
描述 企业微信 事件变更类型
作者:
ddshuai date 2021-07-13 16:25
  • 枚举常量详细资料

    • CREATE_USER

      public static final ChangeType CREATE_USER
      通讯录事件变更类型
    • UPDATE_USER

      public static final ChangeType UPDATE_USER
    • DELETE_USER

      public static final ChangeType DELETE_USER
    • CREATE_PARTY

      public static final ChangeType CREATE_PARTY
    • UPDATE_PARTY

      public static final ChangeType UPDATE_PARTY
    • DELETE_PARTY

      public static final ChangeType DELETE_PARTY
    • UPDATE_TAG

      public static final ChangeType UPDATE_TAG
    • BATCH_JOB_RESULT

      public static final ChangeType BATCH_JOB_RESULT
    • ADD_EXTERNAL_CONTACT

      public static final ChangeType ADD_EXTERNAL_CONTACT
      客户联系变更通知
    • EDIT_EXTERNAL_CONTACT

      public static final ChangeType EDIT_EXTERNAL_CONTACT
    • ADD_HALF_EXTERNAL_CONTACT

      public static final ChangeType ADD_HALF_EXTERNAL_CONTACT
    • DEL_EXTERNAL_CONTACT

      public static final ChangeType DEL_EXTERNAL_CONTACT
    • DEL_FOLLOW_USER

      public static final ChangeType DEL_FOLLOW_USER
    • TRANSFER_FAIL

      public static final ChangeType TRANSFER_FAIL
    • CREATE_CHAT

      public static final ChangeType CREATE_CHAT
      客户群变更通知
    • UPDATE_CHAT

      public static final ChangeType UPDATE_CHAT
    • DISMISS_CHAT

      public static final ChangeType DISMISS_CHAT
    • CREATE_EXTERNAL_TAG

      public static final ChangeType CREATE_EXTERNAL_TAG
      企业客户标签变更事件
    • UPDATE_EXTERNAL_TAG

      public static final ChangeType UPDATE_EXTERNAL_TAG
    • DELETE_EXTERNAL_TAG

      public static final ChangeType DELETE_EXTERNAL_TAG
    • SUBSCRIBE

      public static final ChangeType SUBSCRIBE
    • UNSUBSCRIBE

      public static final ChangeType UNSUBSCRIBE
    • ENTER_AGENT

      public static final ChangeType ENTER_AGENT
    • LOCATION

      public static final ChangeType LOCATION
    • CLICK

      public static final ChangeType CLICK
    • VIEW

      public static final ChangeType VIEW
    • SCAN_CODE_PUSH

      public static final ChangeType SCAN_CODE_PUSH
    • SCAN_CODE_WAIT_MSG

      public static final ChangeType SCAN_CODE_WAIT_MSG
    • PIC_SYS_PHOTO

      public static final ChangeType PIC_SYS_PHOTO
    • PIC_PHOTO_OR_ALBUM

      public static final ChangeType PIC_PHOTO_OR_ALBUM
    • PIC_WEI_XIN

      public static final ChangeType PIC_WEI_XIN
    • LOCATION_SELECT

      public static final ChangeType LOCATION_SELECT
    • OPEN_APPROVAL_CHANGE

      public static final ChangeType OPEN_APPROVAL_CHANGE
    • SYS_APPROVAL_CHANGE

      public static final ChangeType SYS_APPROVAL_CHANGE
    • TASK_CARD_CLICK

      public static final ChangeType TASK_CARD_CLICK
    • SHARE_AGENT_CHANGE

      public static final ChangeType SHARE_AGENT_CHANGE
    • MODIFY_CALENDAR

      public static final ChangeType MODIFY_CALENDAR
    • DELETE_CALENDAR

      public static final ChangeType DELETE_CALENDAR
    • ADD_SCHEDULE

      public static final ChangeType ADD_SCHEDULE
    • MODIFY_SCHEDULE

      public static final ChangeType MODIFY_SCHEDULE
    • DELETE_SCHEDULE

      public static final ChangeType DELETE_SCHEDULE
    • LIVING_STATUS_CHANGE

      public static final ChangeType LIVING_STATUS_CHANGE
    • KF_MSG_OR_EVENT

      public static final ChangeType KF_MSG_OR_EVENT
  • 字段详细资料

    • eventType

      private final EventType eventType
    • changeType

      private final String changeType
    • changeTypeName

      private final String changeTypeName
  • 构造器详细资料

  • 方法详细资料

    • values

      public static 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

      public static ChangeType valueOf(String name)
      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 name
      NullPointerException - 如果参数为空值
    • getEventType

      public EventType getEventType()
    • getChangeType

      public String getChangeType()
    • getChangeTypeName

      public String getChangeTypeName()