com.e_c_group.bwptk.services
Class AutoAttendant
java.lang.Object
  
com.e_c_group.bwptk.services.AutoAttendant
public class AutoAttendant
- extends java.lang.Object
 
 
 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
AutoAttendant
public AutoAttendant()
groupAutoAttendantDeleteInstanceRequest
public static Response groupAutoAttendantDeleteInstanceRequest(BroadWorksServer bws,
                                                               boolean readFromCache,
                                                               java.lang.String serviceUserId)
                                                        throws BwptkException
- Add a Auto Attendant instance to a group. The domain is required in the serviceUserId. Only Group and Enterprise level schedules are accepted. The response is either SuccessResponse or ErrorResponse.
- Parameters:
 bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cacheserviceUserId - 
- Throws:
 BwptkException
 
 
groupAutoAttendantGetInstanceListRequest
public static Response groupAutoAttendantGetInstanceListRequest(BroadWorksServer bws,
                                                                boolean readFromCache,
                                                                java.lang.String serviceProviderId,
                                                                java.lang.String groupId,
                                                                java.lang.String groupDepartmentName)
                                                         throws BwptkException
- Add a Auto Attendant instance to a group. The domain is required in the serviceUserId. Only Group and Enterprise level schedules are accepted. The response is either SuccessResponse or ErrorResponse.
- Parameters:
 bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cacheserviceProviderId - groupId - groupDepartmentName - 
- Throws:
 BwptkException
 
 
groupAutoAttendantModifyActiveInstanceListRequest
public static Response groupAutoAttendantModifyActiveInstanceListRequest(BroadWorksServer bws,
                                                                         boolean readFromCache,
                                                                         java.lang.String serviceActivation)
                                                                  throws BwptkException
- Add a Auto Attendant instance to a group. The domain is required in the serviceUserId. Only Group and Enterprise level schedules are accepted. The response is either SuccessResponse or ErrorResponse.
- Parameters:
 bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cacheserviceActivation - 
- Throws:
 BwptkException