com.e_c_group.bwptk.services
Class CallForwardingBusy
java.lang.Object
  
com.e_c_group.bwptk.services.CallForwardingBusy
public class CallForwardingBusy
- extends java.lang.Object
 
 
 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CallForwardingBusy
public CallForwardingBusy()
userCallForwardingBusyGetRequest
public static Response userCallForwardingBusyGetRequest(BroadWorksServer bws,
                                                        boolean readFromCache,
                                                        java.lang.String userId)
                                                 throws BwptkException
- Request the user level data associated with Call Forwarding Busy. The response is either a UserCallForwardingBusyGetResponse or an ErrorResponse.
- Parameters:
 bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cacheuserId - 
- Throws:
 BwptkException
 
 
userCallForwardingBusyModifyRequest
public static Response userCallForwardingBusyModifyRequest(BroadWorksServer bws,
                                                           boolean readFromCache,
                                                           java.lang.String userId,
                                                           java.lang.String isActive,
                                                           java.lang.String forwardToPhoneNumber)
                                                    throws BwptkException
- Request the user level data associated with Call Forwarding Busy. The response is either a UserCallForwardingBusyGetResponse or an ErrorResponse.
- Parameters:
 bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cacheuserId - isActive - forwardToPhoneNumber - 
- Throws:
 BwptkException