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

microsoft.exchange.webservices.data.PhoneCallState Maven / Gradle / Ivy

Go to download

The source came from http://archive.msdn.microsoft.com/ewsjavaapi Support for Maven has been added.

The newest version!
/**************************************************************************
 * copyright file="PhoneCallState.java" company="Microsoft"
 *     Copyright (c) Microsoft Corporation.  All rights reserved.
 * 
 * Defines the PhoneCallState.java.
 **************************************************************************/
package microsoft.exchange.webservices.data;

/**
 * The PhoneCallState enumeration.
 */
public enum PhoneCallState {

	// Idle
	/** The Idle. */
	Idle,

	// Connecting
	/** The Connecting. */
	Connecting,

	// Alerted
	/** The Alerted. */
	Alerted,

	// Connected
	/** The Connected. */
	Connected,

	// Disconnected
	/** The Disconnected. */
	Disconnected,

	// Incoming
	/** The Incoming. */
	Incoming,

	// Transferring
	/** The Transferring. */
	Transferring,

	// Forwarding
	/** The Forwarding. */
	Forwarding

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy