com.e_c_group.bwptk.services
Class CallingLineIDDeliveryBlocking
java.lang.Object
  
com.e_c_group.bwptk.services.CallingLineIDDeliveryBlocking
public class CallingLineIDDeliveryBlocking
- extends java.lang.Object
 
 
 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CallingLineIDDeliveryBlocking
public CallingLineIDDeliveryBlocking()
userCallingLineIDDeliveryBlockingGetRequest
public static Response userCallingLineIDDeliveryBlockingGetRequest(BroadWorksServer bws,
                                                                   boolean readFromCache,
                                                                   java.lang.String userId)
                                                            throws BwptkException
- Request the user level data associated with Calling Line ID Delivery Blocking. The response is either a UserCallingLineIDDeliveryBlockingGetResponse or an ErrorResponse.
- Parameters:
 bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cacheuserId - 
- Throws:
 BwptkException
 
 
userCallingLineIDDeliveryBlockingModifyRequest
public static Response userCallingLineIDDeliveryBlockingModifyRequest(BroadWorksServer bws,
                                                                      boolean readFromCache,
                                                                      java.lang.String userId,
                                                                      java.lang.String isActive)
                                                               throws BwptkException
- Request the user level data associated with Calling Line ID Delivery Blocking. The response is either a UserCallingLineIDDeliveryBlockingGetResponse or an ErrorResponse.
- Parameters:
 bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cacheuserId - isActive - 
- Throws:
 BwptkException