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

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

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

/**
 * Custom statuses of your callcenter agents
 */
public class OvhOvhPabxCustomStatus {
	/**
	 * The color (in hexadecimal) of the status that will be displayed on agent banner web application
	 *
	 * canBeNull && readOnly
	 */
	public String color;

	/**
	 * The name of the status (Pause, Mission, etc...)
	 *
	 * canBeNull && readOnly
	 */
	public String name;

	/**
	 * A short description of the status
	 *
	 * canBeNull && readOnly
	 */
	public String description;

	/**
	 * canBeNull && readOnly
	 */
	public Long id;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy