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

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

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

/**
 * Screen list
 */
public class OvhScreenList {
	/**
	 * canBeNull && readOnly
	 */
	public String callNumber;

	/**
	 * canBeNull && readOnly
	 */
	public OvhScreenListNatureEnum nature;

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

	/**
	 * canBeNull && readOnly
	 */
	public OvhScreenListTypeEnum type;

	/**
	 * canBeNull && readOnly
	 */
	public String status;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy