Package | Description |
---|---|
com.genesyslab.platform.webmedia.protocol.flexchat.requests |
This package contains the Request Object classes that your applications can use to work with FlexChat interactions in Chat Server.
|
Modifier and Type | Method | Description |
---|---|---|
static RequestRefresh |
RequestRefresh.create() |
Creates instance of RequestRefresh with no parameters set.
|
static RequestRefresh |
RequestRefresh.create(java.lang.String userId,
java.lang.String secureKey,
java.lang.Integer fromPosition) |
Creates instance of RequestRefresh.
|
static RequestRefresh |
RequestRefresh.create(java.lang.String userId,
java.lang.String secureKey,
java.lang.Integer fromPosition,
MessageText messageText) |
Creates instance of RequestRefresh.
|
static RequestRefresh |
RequestRefresh.create(java.lang.String userId,
java.lang.String secureKey,
java.lang.Integer fromPosition,
MessageText messageText,
java.lang.String sessionId) |
Creates instance of RequestRefresh.
|
static RequestRefresh |
RequestRefresh.create(java.lang.String userId,
java.lang.String secureKey,
java.lang.Integer fromPosition,
NoticeText noticeText) |
Creates instance of RequestRefresh.
|
static RequestRefresh |
RequestRefresh.create(java.lang.String userId,
java.lang.String secureKey,
java.lang.Integer fromPosition,
NoticeText noticeText,
KeyValueCollection userData) |
Creates instance of RequestRefresh.
|
static RequestRefresh |
RequestRefresh.create(java.lang.String userId,
java.lang.String secureKey,
java.lang.Integer fromPosition,
NoticeText noticeText,
KeyValueCollection userData,
java.lang.String sessionId) |
Creates instance of RequestRefresh.
|
static RequestRefresh |
RequestRefresh.create(java.lang.String userId,
java.lang.String secureKey,
java.lang.Integer fromPosition,
NoticeText noticeText,
MessageText messageText) |
Creates instance of RequestRefresh.
While the Refresh method allow to add both Notice and Message - chat server will process only Notice and the Message will be skipped when both are specified. |
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.