package com.keao.edu.thirdparty.message; public enum SendMode { PUSH, EMAIL, SMS; }