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

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

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

/**
 * Informations related to associable phone capabilities
 */
public class OvhLinePhoneAssociable {
	/**
	 * Current lines configured on the phone
	 *
	 * canBeNull
	 */
	public OvhLinePhoneAssociableConfiguredLines[] associatedLines;

	/**
	 * Phone protocol
	 *
	 * canBeNull
	 */
	public OvhProtocolEnum protocol;

	/**
	 * Maximum quantity of lines managed by the phone
	 *
	 * canBeNull
	 */
	public Long maxLines;

	/**
	 * Brand name of the phone
	 *
	 * canBeNull
	 */
	public String brand;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy