com.e_c_group.bwptk.services
Class CustomRingback
java.lang.Object
  
com.e_c_group.bwptk.services.CustomRingback
public class CustomRingback
- extends java.lang.Object
 
 
 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CustomRingback
public CustomRingback()
userCustomRingbackUserDeleteCriteriaRequest
public static Response userCustomRingbackUserDeleteCriteriaRequest(BroadWorksServer bws,
                                                                   boolean readFromCache,
                                                                   java.lang.String userId,
                                                                   java.lang.String criteriaName)
                                                            throws BwptkException
- Get the group's custom ring back service settings. The response is either a GroupCustomRingbackGroupGetResponse16 or an ErrorResponse.
- Parameters:
 bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cacheuserId - criteriaName - 
- Throws:
 BwptkException
 
 
userCustomRingbackUserGetCriteriaListRequest
public static Response userCustomRingbackUserGetCriteriaListRequest(BroadWorksServer bws,
                                                                    boolean readFromCache,
                                                                    java.lang.String userId)
                                                             throws BwptkException
- Get the group's custom ring back service settings. The response is either a GroupCustomRingbackGroupGetResponse16 or an ErrorResponse.
- Parameters:
 bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cacheuserId - 
- Throws:
 BwptkException
 
 
userCustomRingbackUserModifyActiveCriteriaListRequest
public static Response userCustomRingbackUserModifyActiveCriteriaListRequest(BroadWorksServer bws,
                                                                             boolean readFromCache,
                                                                             java.lang.String userId,
                                                                             java.lang.String criteriaActivation)
                                                                      throws BwptkException
- Get the group's custom ring back service settings. The response is either a GroupCustomRingbackGroupGetResponse16 or an ErrorResponse.
- Parameters:
 bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cacheuserId - criteriaActivation - 
- Throws:
 BwptkException