package com.megatim.fdxcommons.model.jms.messages; /** * * @author Gabuntu */ public enum ApiTokenMessageType { ADD, UPDATE, LOCKED, UNLOCKED; }