
org.marre.sms.MwiProfile Maven / Gradle / Ivy
package org.marre.sms;
/**
* Message Waiting Profiles
*/
public enum MwiProfile {
/** Profile ID 1. (Default) */
ID_1,
/** Profile ID 2. */
ID_2,
/** Profile ID 3. */
ID_3,
/** Profile ID 4. */
ID_4,
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy