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

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

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

/**
 * Easy/Mini PABX agent
 */
public class OvhEasyMiniPabxHuntingAgent {
	/**
	 * True if the agent is logged
	 *
	 * canBeNull && readOnly
	 */
	public Boolean logged;

	/**
	 * The maxium ringing time
	 *
	 * canBeNull && readOnly
	 */
	public Long noReplyTimer;

	/**
	 * The phone number of the agent
	 *
	 * canBeNull && readOnly
	 */
	public String agentNumber;

	/**
	 * The position in the hunting
	 *
	 * canBeNull && readOnly
	 */
	public Long position;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy