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

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

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

/**
 * Fax ScreenLists
 */
public class OvhFaxScreen {
	/**
	 * List of numbers not allowed to send a fax
	 *
	 * canBeNull && readOnly
	 */
	public String[] blacklistedNumbers;

	/**
	 * Which list is active (blackist, whitelist or none)
	 *
	 * canBeNull && readOnly
	 */
	public OvhFaxScreenListTypeEnum filteringList;

	/**
	 * Number of the fax service
	 *
	 * canBeNull && readOnly
	 */
	public String callNumber;

	/**
	 * List of logins (TSI or ID) allowed to send a fax
	 *
	 * canBeNull && readOnly
	 */
	public String[] whitelistedTSI;

	/**
	 * List of logins (TSI or ID) not allowed to send a fax
	 *
	 * canBeNull && readOnly
	 */
	public String[] blacklistedTSI;

	/**
	 * Country code of the fax service
	 *
	 * canBeNull && readOnly
	 */
	public String countryCode;

	/**
	 * canBeNull && readOnly
	 */
	public String serviceName;

	/**
	 * List of numbers allowed to send a fax
	 *
	 * canBeNull && readOnly
	 */
	public String[] whitelistedNumbers;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy