com.e_c_group.bwptk.services
Class DirectedCallPickupWithBargeIn

java.lang.Object
  extended by com.e_c_group.bwptk.services.DirectedCallPickupWithBargeIn

public class DirectedCallPickupWithBargeIn
extends java.lang.Object


Constructor Summary
DirectedCallPickupWithBargeIn()
           
 
Method Summary
static Response userDirectedCallPickupWithBargeInModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String enableBargeInWarningTone, java.lang.String enableAutomaticTargetSelection)
          Request the user level data associated with Directed Call Pickup With Barge In.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectedCallPickupWithBargeIn

public DirectedCallPickupWithBargeIn()
Method Detail

userDirectedCallPickupWithBargeInModifyRequest

public static Response userDirectedCallPickupWithBargeInModifyRequest(BroadWorksServer bws,
                                                                      boolean readFromCache,
                                                                      java.lang.String userId,
                                                                      java.lang.String enableBargeInWarningTone,
                                                                      java.lang.String enableAutomaticTargetSelection)
                                                               throws BwptkException
Request the user level data associated with Directed Call Pickup With Barge In. The response is either a UserDirectedCallPickupWithBargeInGetResponse14sp7 or an ErrorResponse.

Parameters:
bws - The BroadWorks Server
readFromCache - Whether to pull the request from bwptk cache
userId -
enableBargeInWarningTone -
enableAutomaticTargetSelection -
Throws:
BwptkException