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