com.e_c_group.bwptk.services
Class CallCenterMonitoring
java.lang.Object
  
com.e_c_group.bwptk.services.CallCenterMonitoring
public class CallCenterMonitoring
- extends java.lang.Object
 
 
 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CallCenterMonitoring
public CallCenterMonitoring()
userCallCenterMonitoringGetRequest
public static Response userCallCenterMonitoringGetRequest(BroadWorksServer bws,
                                                          boolean readFromCache,
                                                          java.lang.String userId)
                                                   throws BwptkException
- Request the user's Call Center Monitoring settings. The response is either a UserCallCenterMonitoringGetResponse or an ErrorResponse.
- Parameters:
 bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cacheuserId - 
- Throws:
 BwptkException
 
 
userCallCenterMonitoringModifyRequest
public static Response userCallCenterMonitoringModifyRequest(BroadWorksServer bws,
                                                             boolean readFromCache,
                                                             java.lang.String userId,
                                                             java.lang.String playToneToAgentForSilentMonitoring)
                                                      throws BwptkException
- Request the user's Call Center Monitoring settings. The response is either a UserCallCenterMonitoringGetResponse or an ErrorResponse.
- Parameters:
 bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cacheuserId - playToneToAgentForSilentMonitoring - 
- Throws:
 BwptkException