com.e_c_group.bwptk.services
Class DoNotDisturb
java.lang.Object
  
com.e_c_group.bwptk.services.DoNotDisturb
public class DoNotDisturb
- extends java.lang.Object
 
 
 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DoNotDisturb
public DoNotDisturb()
userDoNotDisturbGetRequest
public static Response userDoNotDisturbGetRequest(BroadWorksServer bws,
                                                  boolean readFromCache,
                                                  java.lang.String userId)
                                           throws BwptkException
- Request the user level data associated with Do Not Disturb. The response is either a UserDoNotDisturbGetResponse or an ErrorResponse.
- Parameters:
 bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cacheuserId - 
- Throws:
 BwptkException
 
 
userDoNotDisturbModifyRequest
public static Response userDoNotDisturbModifyRequest(BroadWorksServer bws,
                                                     boolean readFromCache,
                                                     java.lang.String userId,
                                                     java.lang.String isActive,
                                                     java.lang.String ringSplash)
                                              throws BwptkException
- Request the user level data associated with Do Not Disturb. The response is either a UserDoNotDisturbGetResponse or an ErrorResponse.
- Parameters:
 bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cacheuserId - isActive - ringSplash - 
- Throws:
 BwptkException