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