Platform SDK Java 8.5 API Reference

Uses of Class
com.genesyslab.platform.webmedia.protocol.flexchat.MessageText

Packages that use MessageText
com.genesyslab.platform.webmedia.protocol.flexchat This package contains classes and enumerations that let you exchange information with Chat Server. 
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 MessageText in com.genesyslab.platform.webmedia.protocol.flexchat
 

Methods in com.genesyslab.platform.webmedia.protocol.flexchat that return MessageText
static MessageText MessageText.create()
          Creates instance of MessageText with no parameters set.
static MessageText MessageText.create(java.lang.String text)
          Creates instance of MessageText with required parameters set.
static MessageText MessageText.create(java.lang.String messageType, TreatAs treatAs, java.lang.String text)
          Creates instance of MessageText with all parameters set.
 

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

Methods in com.genesyslab.platform.webmedia.protocol.flexchat.requests that return MessageText
abstract  MessageText RequestRefresh.getMessageText()
           
 

Methods in com.genesyslab.platform.webmedia.protocol.flexchat.requests with parameters of type MessageText
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, 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.
abstract  void RequestRefresh.setMessageText(MessageText messageText)
           
 


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.