com.e_c_group.bwptk.services
Class InstantGroupCall

java.lang.Object
  extended by com.e_c_group.bwptk.services.InstantGroupCall

public class InstantGroupCall
extends java.lang.Object


Constructor Summary
InstantGroupCall()
           
 
Method Summary
static Response groupInstantGroupCallDeleteInstanceRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceUserId)
          Request to add an Instant Group Call service instance to a group.
static Response groupInstantGroupCallGetInstanceListRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceProviderId, java.lang.String groupId, java.lang.String groupDepartmentName)
          Request to add an Instant Group Call service instance to a group.
static Response groupInstantGroupCallModifyActiveInstanceListRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceActivation)
          Request to add an Instant Group Call service instance to a group.
static Response groupInstantGroupCallModifyInstanceRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceUserId, java.lang.String serviceInstanceProfile, java.lang.String destinationPhoneNumberList, java.lang.String isAnswerTimeoutEnabled, java.lang.String answerTimeoutMinutes)
          Request to add an Instant Group Call service instance to a group.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstantGroupCall

public InstantGroupCall()
Method Detail

groupInstantGroupCallDeleteInstanceRequest

public static Response groupInstantGroupCallDeleteInstanceRequest(BroadWorksServer bws,
                                                                  boolean readFromCache,
                                                                  java.lang.String serviceUserId)
                                                           throws BwptkException
Request to add an Instant Group Call service instance to a group. The domain is required in the serviceUserId. The response is either SuccessResponse or ErrorResponse.

Parameters:
bws - The BroadWorks Server
readFromCache - Whether to pull the request from bwptk cache
serviceUserId -
Throws:
BwptkException

groupInstantGroupCallGetInstanceListRequest

public static Response groupInstantGroupCallGetInstanceListRequest(BroadWorksServer bws,
                                                                   boolean readFromCache,
                                                                   java.lang.String serviceProviderId,
                                                                   java.lang.String groupId,
                                                                   java.lang.String groupDepartmentName)
                                                            throws BwptkException
Request to add an Instant Group Call service instance to a group. The domain is required in the serviceUserId. The response is either SuccessResponse or ErrorResponse.

Parameters:
bws - The BroadWorks Server
readFromCache - Whether to pull the request from bwptk cache
serviceProviderId -
groupId -
groupDepartmentName -
Throws:
BwptkException

groupInstantGroupCallModifyActiveInstanceListRequest

public static Response groupInstantGroupCallModifyActiveInstanceListRequest(BroadWorksServer bws,
                                                                            boolean readFromCache,
                                                                            java.lang.String serviceActivation)
                                                                     throws BwptkException
Request to add an Instant Group Call service instance to a group. The domain is required in the serviceUserId. The response is either SuccessResponse or ErrorResponse.

Parameters:
bws - The BroadWorks Server
readFromCache - Whether to pull the request from bwptk cache
serviceActivation -
Throws:
BwptkException

groupInstantGroupCallModifyInstanceRequest

public static Response groupInstantGroupCallModifyInstanceRequest(BroadWorksServer bws,
                                                                  boolean readFromCache,
                                                                  java.lang.String serviceUserId,
                                                                  java.lang.String serviceInstanceProfile,
                                                                  java.lang.String destinationPhoneNumberList,
                                                                  java.lang.String isAnswerTimeoutEnabled,
                                                                  java.lang.String answerTimeoutMinutes)
                                                           throws BwptkException
Request to add an Instant Group Call service instance to a group. The domain is required in the serviceUserId. The response is either SuccessResponse or ErrorResponse.

Parameters:
bws - The BroadWorks Server
readFromCache - Whether to pull the request from bwptk cache
serviceUserId -
serviceInstanceProfile -
destinationPhoneNumberList -
isAnswerTimeoutEnabled -
answerTimeoutMinutes -
Throws:
BwptkException