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

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

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

/**
 * Dialplan extension
 */
public class OvhOvhPabxDialplanExtension {
	/**
	 * The type of the screenlist
	 *
	 * canBeNull && readOnly
	 */
	public OvhOvhPabxDialplanExtensionConditionScreenListTypeEnum screenListType;

	/**
	 * The position of the extension in the dialplan (the extensions are executed following this order)
	 *
	 * canBeNull && readOnly
	 */
	public Long position;

	/**
	 * Additionnal conditions are used from this chosen scheduler category
	 *
	 * canBeNull && readOnly
	 */
	public OvhSchedulerCategoryEnum schedulerCategory;

	/**
	 * canBeNull && readOnly
	 */
	public Long extensionId;

	/**
	 * True if the extension is enabled
	 *
	 * canBeNull && readOnly
	 */
	public Boolean enabled;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy