All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.minidev.ovh.api.telephony.OvhTones Maven / Gradle / Ivy

There is a newer version: 1.0.17
Show newest version
package net.minidev.ovh.api.telephony;

/**
 * Line tones
 */
public class OvhTones {
	/**
	 * Tone played when callee is ending call
	 *
	 * canBeNull && readOnly
	 */
	public OvhTonesEnum endCall;

	/**
	 * Tone played when caller is put on hold
	 *
	 * canBeNull && readOnly
	 */
	public OvhTonesOnHoldEnum onHold;

	/**
	 * Ringback tone
	 *
	 * canBeNull && readOnly
	 */
	public OvhTonesEnum ringback;

	/**
	 * Tone played when caller is waiting in queue
	 *
	 * canBeNull && readOnly
	 */
	public OvhTonesEnum callWaiting;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy