Platform SDK Java 8.5 API Reference

Uses of Class
com.genesyslab.platform.webmedia.protocol.basicchat.UserType

Packages that use UserType
com.genesyslab.platform.applicationblocks.commons.protocols   
com.genesyslab.platform.webmedia.protocol This package contains the Protocol classes that allow you to create applications that integrate with Genesys non-voice media servers. 
com.genesyslab.platform.webmedia.protocol.basicchat This package contains classes and enumerations that let you exchange information with Chat Server. 
com.genesyslab.platform.webmedia.protocol.basicchat.requests This package contains the Request Object classes that your applications can use to work with chat interactions in Chat Server. 
 

Uses of UserType in com.genesyslab.platform.applicationblocks.commons.protocols
 

Methods in com.genesyslab.platform.applicationblocks.commons.protocols that return UserType
 UserType BasicChatConfiguration.getUserType()
          Deprecated.  
 

Methods in com.genesyslab.platform.applicationblocks.commons.protocols with parameters of type UserType
 void BasicChatConfiguration.setUserType(UserType userType)
          Deprecated.  
 

Uses of UserType in com.genesyslab.platform.webmedia.protocol
 

Methods in com.genesyslab.platform.webmedia.protocol that return UserType
 UserType BasicChatProtocolHandshakeOptions.getUserType()
           
 UserType BasicChatProtocol.getUserType()
           
 

Methods in com.genesyslab.platform.webmedia.protocol with parameters of type UserType
 void BasicChatProtocolHandshakeOptions.setUserType(UserType userType)
           
 void BasicChatProtocol.setUserType(UserType userType)
           
 

Uses of UserType in com.genesyslab.platform.webmedia.protocol.basicchat
 

Fields in com.genesyslab.platform.webmedia.protocol.basicchat declared as UserType
static UserType UserType.Agent
           
static UserType UserType.Client
           
static UserType UserType.External
           
static UserType UserType.Supervisor
           
static UserType UserType.System
           
 

Methods in com.genesyslab.platform.webmedia.protocol.basicchat that return UserType
abstract  UserType UserInfo.getUserType()
          The type of user that is attached to this chat 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.
 

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

Methods in com.genesyslab.platform.webmedia.protocol.basicchat with parameters of type UserType
static UserInfo UserInfo.create(java.lang.String personId, java.lang.String userNickname, UserType userType, ProtocolType protocolType, java.lang.Integer timeZoneOffset)
          Creates instance of UserInfo.
static UserInfo UserInfo.create(java.lang.String personId, java.lang.String userNickname, UserType userType, java.lang.String secureKey, ProtocolType protocolType, java.lang.Integer timeZoneOffset)
          Creates instance of UserInfo.
abstract  void UserInfo.setUserType(UserType userType)
          The type of user that is attached to this chat interaction.
 

Uses of UserType in com.genesyslab.platform.webmedia.protocol.basicchat.requests
 

Methods in com.genesyslab.platform.webmedia.protocol.basicchat.requests that return UserType
abstract  UserType RequestRegister.getUserType()
          The type of user that is attached to this chat interaction.
 

Methods in com.genesyslab.platform.webmedia.protocol.basicchat.requests with parameters of type UserType
static RequestRegister RequestRegister.create(java.lang.String userNickname, UserType userType, java.lang.String personId, java.lang.Integer timeZoneOffset, KeyValueCollection userData)
          Creates instance of RequestRegister.
static RequestRegister RequestRegister.create(java.lang.String userNickname, UserType userType, java.lang.String personId, java.lang.Integer timeZoneOffset, KeyValueCollection userData, java.lang.String userId)
          Creates instance of RequestRegister.
abstract  void RequestRegister.setUserType(UserType userType)
          The type of user that is attached to this chat interaction.
 


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.