com.e_c_group.bwptk.services
Class MWIDeliveryToMobileEndpoint

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

public class MWIDeliveryToMobileEndpoint
extends java.lang.Object


Constructor Summary
MWIDeliveryToMobileEndpoint()
           
 
Method Summary
static Response userMWIDeliveryToMobileEndpointGetRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId)
          Request the user level data associated with MWI Delivery to Mobile Endpoint service.
static Response userMWIDeliveryToMobileEndpointModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String isActive, java.lang.String mobilePhoneNumber)
          Request the user level data associated with MWI Delivery to Mobile Endpoint service.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MWIDeliveryToMobileEndpoint

public MWIDeliveryToMobileEndpoint()
Method Detail

userMWIDeliveryToMobileEndpointGetRequest

public static Response userMWIDeliveryToMobileEndpointGetRequest(BroadWorksServer bws,
                                                                 boolean readFromCache,
                                                                 java.lang.String userId)
                                                          throws BwptkException
Request the user level data associated with MWI Delivery to Mobile Endpoint service. The response is either a UserMWIDeliveryToMobileEndpointGetResponse or an ErrorResponse.

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

userMWIDeliveryToMobileEndpointModifyRequest

public static Response userMWIDeliveryToMobileEndpointModifyRequest(BroadWorksServer bws,
                                                                    boolean readFromCache,
                                                                    java.lang.String userId,
                                                                    java.lang.String isActive,
                                                                    java.lang.String mobilePhoneNumber)
                                                             throws BwptkException
Request the user level data associated with MWI Delivery to Mobile Endpoint service. The response is either a UserMWIDeliveryToMobileEndpointGetResponse or an ErrorResponse.

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