Platform SDK Java 8.5 API Reference

Uses of Class
com.genesyslab.platform.webmedia.protocol.flexchat.requests.RequestRefresh

Packages that use RequestRefresh
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. 
 

Uses of RequestRefresh in com.genesyslab.platform.webmedia.protocol.flexchat.requests
 

Methods in com.genesyslab.platform.webmedia.protocol.flexchat.requests that return RequestRefresh
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.
 


Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.