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

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

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

/**
 * Voicemail greeting
 */
public class OvhVoicemailGreetings {
	/**
	 * Callee number in international format
	 *
	 * canBeNull && readOnly
	 */
	public String callee;

	/**
	 * Uniq customized greeting identifier
	 *
	 * canBeNull && readOnly
	 */
	public Long id;

	/**
	 * Customized greeting voicemail directory
	 *
	 * canBeNull && readOnly
	 */
	public OvhVoicemailMessageFolderGreetingEnum dir;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy