com.e_c_group.bwptk.services
Class InternalCallingLineIDDelivery

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

public class InternalCallingLineIDDelivery
extends java.lang.Object


Constructor Summary
InternalCallingLineIDDelivery()
           
 
Method Summary
static Response userInternalCallingLineIDDeliveryGetRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId)
          Request the user level data associated with Internal Calling Line ID Delivery.
static Response userInternalCallingLineIDDeliveryModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String isActive)
          Request the user level data associated with Internal Calling Line ID Delivery.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalCallingLineIDDelivery

public InternalCallingLineIDDelivery()
Method Detail

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 Server
readFromCache - Whether to pull the request from bwptk cache
userId -
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 Server
readFromCache - Whether to pull the request from bwptk cache
userId -
isActive -
Throws:
BwptkException