SendMode.java 87 B

123456
  1. package com.keao.edu.thirdparty.message;
  2. public enum SendMode {
  3. PUSH, EMAIL, SMS;
  4. }