com.e_c_group.bwptk.services
Class SpeedDial8
java.lang.Object
  
com.e_c_group.bwptk.services.SpeedDial8
public class SpeedDial8
- extends java.lang.Object
 
 
 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SpeedDial8
public SpeedDial8()
userSpeedDial8GetListRequest
public static Response userSpeedDial8GetListRequest(BroadWorksServer bws,
                                                    boolean readFromCache,
                                                    java.lang.String userId)
                                             throws BwptkException
- Get the speed dial 8 settings for a user. The response is either a UserSpeedDial8GetListResponse or an ErrorResponse.
- Parameters:
 bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cacheuserId - 
- Throws:
 BwptkException
 
 
userSpeedDial8ModifyListRequest
public static Response userSpeedDial8ModifyListRequest(BroadWorksServer bws,
                                                       boolean readFromCache,
                                                       java.lang.String userId,
                                                       java.lang.String speedDialEntry)
                                                throws BwptkException
- Get the speed dial 8 settings for a user. The response is either a UserSpeedDial8GetListResponse or an ErrorResponse.
- Parameters:
 bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cacheuserId - speedDialEntry - 
- Throws:
 BwptkException