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