Platform SDK Java 8.5 API Reference

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

Packages that use MsgCheck
com.genesyslab.platform.webmedia.protocol.flexchat This package contains classes and enumerations that let you exchange information with Chat Server. 
 

Uses of MsgCheck in com.genesyslab.platform.webmedia.protocol.flexchat
 

Fields in com.genesyslab.platform.webmedia.protocol.flexchat declared as MsgCheck
static MsgCheck MsgCheck.Alert
          message may contain sensitive data
static MsgCheck MsgCheck.Altered
          some sensitive data were masked out in the message
static MsgCheck MsgCheck.None
          (default value) - no checks was performed for the message
 

Methods in com.genesyslab.platform.webmedia.protocol.flexchat that return MsgCheck
abstract  MsgCheck EventInfo.getMsgCheck()
          Defines message checking information.
static MsgCheck MsgCheck.valueOf(int ordinal)
          Returns enumeration value by given ordinal number.
static MsgCheck MsgCheck.valueOf(java.lang.String name)
          Returns enumeration value with specified name or null if no such value exists.
 

Methods in com.genesyslab.platform.webmedia.protocol.flexchat that return types with arguments of type MsgCheck
static java.util.Collection<MsgCheck> MsgCheck.values()
          Returns all values of the enumeration.
 

Methods in com.genesyslab.platform.webmedia.protocol.flexchat with parameters of type MsgCheck
abstract  void EventInfo.setMsgCheck(MsgCheck msgCheck)
          Defines message checking information.
 


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.