com.e_c_group.bwptk.services
Class CallForwardingNotReachable

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

public class CallForwardingNotReachable
extends java.lang.Object


Constructor Summary
CallForwardingNotReachable()
           
 
Method Summary
static Response userCallForwardingNotReachableGetRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId)
          Request the user level data associated with Call Forwarding Not Reachable.
static Response userCallForwardingNotReachableModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String isActive, java.lang.String forwardToPhoneNumber)
          Request the user level data associated with Call Forwarding Not Reachable.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallForwardingNotReachable

public CallForwardingNotReachable()
Method Detail

userCallForwardingNotReachableGetRequest

public static Response userCallForwardingNotReachableGetRequest(BroadWorksServer bws,
                                                                boolean readFromCache,
                                                                java.lang.String userId)
                                                         throws BwptkException
Request the user level data associated with Call Forwarding Not Reachable. The response is either a UserCallForwardingNotReachableGetResponse or an ErrorResponse.

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

userCallForwardingNotReachableModifyRequest

public static Response userCallForwardingNotReachableModifyRequest(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 Not Reachable. The response is either a UserCallForwardingNotReachableGetResponse or an ErrorResponse.

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