|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<CallProperties>
de.starface.integration.uci.java.v30.values.CallProperties
public enum CallProperties
This enum holds constants with the property names of the call as returned by
UcpCallEvents.receiveCallState(java.util.Map).
| Enum Constant Summary | |
|---|---|
avatarHash
AvatarHash of Caller |
|
calledName
The name of the person being called as String |
|
calledNumber
The phone number that has been called as String |
|
caller
Is caller |
|
callerName
The name of the person calling as String |
|
callerNumber
The number of the caller as String |
|
channelNames
The channel name |
|
conferenceAdmin
The current call is an conference admin |
|
conferenceRoomId
The conference room identification |
|
connectedTimestamp
The point of time when the call reached the state linked as Date |
|
consultationCall
Is this call a consultationCall |
|
doorlineCamUrl
Doorline Webcam |
|
doorlineDtmfCode
Doorline DTMF Code |
|
doorlineImageProviderId
Doorline image provider id |
|
duration
The time between now and the connected timestamp/timestamp |
|
forwarderCallerIdName
Forwarder callerIdName of forwarder |
|
forwarderCallerIdNumber
Forwarder callerIdNumber of forwarder |
|
forwardType
Forward type |
|
groupId
The id of the group if this call was received by a group as String (the empty string
otherwise) |
|
id
The id of the call in form of a UUID as String |
|
jabberId
The jabber id |
|
peerNames
The channel name |
|
recorded
Is in the current call recording activated |
|
recorder
Is in the current call recorded by the user |
|
recordOwner
Is the user a monitor owner |
|
referenceOfConsultation
The reference of the outher side of consultation |
|
sipCallIds
The sip callId |
|
state
The state of the call as String by name defined in CallState |
|
timestamp
The point of time when the call reached the state as Date |
|
| Method Summary | |
|---|---|
Class<?> |
getType()
|
static CallProperties |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CallProperties[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final CallProperties id
String
public static final CallProperties state
String by name defined in CallState
public static final CallProperties timestamp
Date
public static final CallProperties calledNumber
String
public static final CallProperties calledName
String
public static final CallProperties callerNumber
String
public static final CallProperties callerName
String
public static final CallProperties groupId
String (the empty string
otherwise)
public static final CallProperties peerNames
public static final CallProperties channelNames
public static final CallProperties sipCallIds
public static final CallProperties caller
public static final CallProperties connectedTimestamp
Date
public static final CallProperties recorder
public static final CallProperties recorded
public static final CallProperties recordOwner
public static final CallProperties avatarHash
public static final CallProperties doorlineCamUrl
public static final CallProperties doorlineDtmfCode
public static final CallProperties doorlineImageProviderId
public static final CallProperties forwardType
public static final CallProperties forwarderCallerIdName
public static final CallProperties forwarderCallerIdNumber
public static final CallProperties conferenceRoomId
public static final CallProperties conferenceAdmin
public static final CallProperties referenceOfConsultation
public static final CallProperties duration
public static final CallProperties consultationCall
public static final CallProperties jabberId
| Method Detail |
|---|
public static CallProperties[] values()
for (CallProperties c : CallProperties.values()) System.out.println(c);
public static CallProperties valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic Class<?> getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||