Platform SDK Java 8.5 API Reference

Uses of Class
com.genesyslab.platform.contacts.protocol.contactserver.CoBrowseAction

Packages that use CoBrowseAction
com.genesyslab.platform.contacts.protocol.contactserver This package contains the Protocol classes that your applications can use to set up communication with Universal Contact Server. 
com.genesyslab.platform.contacts.protocol.contactserver.requests   
 

Uses of CoBrowseAction in com.genesyslab.platform.contacts.protocol.contactserver
 

Fields in com.genesyslab.platform.contacts.protocol.contactserver declared as CoBrowseAction
static CoBrowseAction CoBrowseAction.Add
           
static CoBrowseAction CoBrowseAction.Remove
           
static CoBrowseAction CoBrowseAction.Replace
           
 

Methods in com.genesyslab.platform.contacts.protocol.contactserver that return CoBrowseAction
static CoBrowseAction CoBrowseAction.create(java.lang.String name)
           
static CoBrowseAction CoBrowseAction.toEnum(java.lang.String val)
           
 

Methods in com.genesyslab.platform.contacts.protocol.contactserver with parameters of type CoBrowseAction
static java.lang.String CoBrowseAction.fromEnum(CoBrowseAction val)
           
 

Uses of CoBrowseAction in com.genesyslab.platform.contacts.protocol.contactserver.requests
 

Methods in com.genesyslab.platform.contacts.protocol.contactserver.requests that return CoBrowseAction
 CoBrowseAction RequestUpdateInteraction.getAction()
          Applicable to CoBrowse records.
"Add": CoBrowseURL records are added to current records. "Replace": CoBrowseURL records replace current records. "Remove": CoBrowseURL records will be removed.
 

Methods in com.genesyslab.platform.contacts.protocol.contactserver.requests with parameters of type CoBrowseAction
 void RequestUpdateInteraction.setAction(CoBrowseAction value)
          Applicable to CoBrowse records.
"Add": CoBrowseURL records are added to current records. "Replace": CoBrowseURL records replace current records. "Remove": CoBrowseURL records will be removed.
 


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.