Package | Description |
---|---|
com.genesyslab.platform.webmedia.protocol.flexchat |
This package contains classes and enumerations that let you exchange information with Chat Server.
|
Modifier and Type | Field | Description |
---|---|---|
static UserType |
UserType.Agent |
|
static UserType |
UserType.Client |
|
static UserType |
UserType.External |
|
static UserType |
UserType.Supervisor |
|
static UserType |
UserType.System |
Modifier and Type | Method | Description |
---|---|---|
abstract UserType |
EventInfo.getUserType() |
The user type attached to the interaction.
|
static UserType |
UserType.valueOf(int ordinal) |
Returns enumeration value by given ordinal number.
|
static UserType |
UserType.valueOf(java.lang.String name) |
Returns enumeration value with specified name or null if no such value exists.
|
Modifier and Type | Method | Description |
---|---|---|
static java.util.Collection<UserType> |
UserType.values() |
Returns all values of the enumeration.
|
Modifier and Type | Method | Description |
---|---|---|
static EventInfo |
EventInfo.create(java.lang.Integer partyId,
EventType eventType,
java.lang.String userNickname,
UserType userType,
java.lang.Integer timeOffset,
java.lang.String messageType,
java.lang.String text) |
Creates instance of EventInfo.
|
static EventInfo |
EventInfo.create(java.lang.Integer partyId,
EventType eventType,
java.lang.String userNickname,
UserType userType,
java.lang.Integer timeOffset,
java.lang.String messageType,
java.lang.String text,
NoticeType noticeType) |
Creates instance of EventInfo.
|
static EventInfo |
EventInfo.create(java.lang.Integer partyId,
EventType eventType,
java.lang.String userNickname,
UserType userType,
java.lang.Integer timeOffset,
java.lang.String messageType,
java.lang.String text,
NoticeType noticeType,
java.lang.Integer eventId) |
Creates instance of EventInfo.
|
abstract void |
EventInfo.setUserType(UserType userType) |
The user type attached to the interaction.
|
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.