Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
-
- co.ecg.alpaca.toolkit.generated.BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest
-
- Enclosing class:
- BWSystem
public static class BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest extends Request<DefaultResponse>
Modify a call processing policy profile user subscriber type profile in system. The response is either a SuccessResponse or an ErrorResponse.- Author:
- AlpacaGenerator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
Request.Protocol
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SystemCallProcessingPolicyProfileUserProfileModifyRequest()
SystemCallProcessingPolicyProfileUserProfileModifyRequest(BroadWorksServer broadWorksServer, String callProcessingPolicyProfileName)
-
Method Summary
-
Methods inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
appendChild, appendChild, appendChild, asyncFire, createElement, createNilElement, createNilElement, createTextElement, equals, fire, fire, getBroadWorksServer, getCacheString, getCommandElement, getCommandType, getDomDocument, getId, getOCSProtocol, getRequestTimeoutMillis, getResponseClass, getRetries, getRetryCodes, getRootElement, getValidationErrorsAsString, hashCode, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setEcho, setMemberOfBundle, setRequestId, setRequestTimeoutMillis, setResponseClass, setRetries, setRetryCodes, setRootElement, toString, validate
-
-
-
-
Field Detail
-
callProcessingPolicyProfileName
@NotNull @Size(min=1, max=40) protected @NotNull @Size(min=1,max=40) String callProcessingPolicyProfileName
-
useCLIDPolicy
protected Boolean useCLIDPolicy
-
clidPolicy
protected GroupCLIDPolicy clidPolicy
-
emergencyClidPolicy
protected GroupCLIDPolicy emergencyClidPolicy
-
allowAlternateNumbersForRedirectingIdentity
protected Boolean allowAlternateNumbersForRedirectingIdentity
-
useGroupName
protected Boolean useGroupName
-
blockCallingNameForExternalCalls
protected Boolean blockCallingNameForExternalCalls
-
allowConfigurableCLIDForRedirectingIdentity
protected Boolean allowConfigurableCLIDForRedirectingIdentity
-
allowDepartmentCLIDNameOverride
protected Boolean allowDepartmentCLIDNameOverride
-
enterpriseCallsCLIDPolicy
protected EnterpriseInternalCallsCLIDPolicy enterpriseCallsCLIDPolicy
-
enterpriseGroupCallsCLIDPolicy
protected EnterpriseInternalCallsCLIDPolicy enterpriseGroupCallsCLIDPolicy
-
serviceProviderGroupCallsCLIDPolicy
protected ServiceProviderInternalCallsCLIDPolicy serviceProviderGroupCallsCLIDPolicy
-
useMediaPolicy
protected Boolean useMediaPolicy
-
mediaPolicySelection
protected MediaPolicySelection mediaPolicySelection
-
useCallLimitsPolicy
protected Boolean useCallLimitsPolicy
-
useMaxSimultaneousCalls
protected Boolean useMaxSimultaneousCalls
-
maxSimultaneousCalls
protected Integer maxSimultaneousCalls
-
useMaxSimultaneousVideoCalls
protected Boolean useMaxSimultaneousVideoCalls
-
maxSimultaneousVideoCalls
protected Integer maxSimultaneousVideoCalls
-
useMaxCallTimeForAnsweredCalls
protected Boolean useMaxCallTimeForAnsweredCalls
-
maxCallTimeForAnsweredCallsMinutes
protected Integer maxCallTimeForAnsweredCallsMinutes
-
useMaxCallTimeForUnansweredCalls
protected Boolean useMaxCallTimeForUnansweredCalls
-
maxCallTimeForUnansweredCallsMinutes
protected Integer maxCallTimeForUnansweredCallsMinutes
-
useMaxConcurrentRedirectedCalls
protected Boolean useMaxConcurrentRedirectedCalls
-
maxConcurrentRedirectedCalls
protected Integer maxConcurrentRedirectedCalls
-
useMaxConcurrentFindMeFollowMeInvocations
protected Boolean useMaxConcurrentFindMeFollowMeInvocations
-
maxConcurrentFindMeFollowMeInvocations
protected Integer maxConcurrentFindMeFollowMeInvocations
-
useMaxFindMeFollowMeDepth
protected Boolean useMaxFindMeFollowMeDepth
-
maxFindMeFollowMeDepth
protected Integer maxFindMeFollowMeDepth
-
maxRedirectionDepth
protected Integer maxRedirectionDepth
-
useTranslationRoutingPolicy
protected Boolean useTranslationRoutingPolicy
-
networkUsageSelection
protected NetworkUsageSelection networkUsageSelection
-
enableEnterpriseExtensionDialing
protected Boolean enableEnterpriseExtensionDialing
-
enforceGroupCallingLineIdentityRestriction
protected Boolean enforceGroupCallingLineIdentityRestriction
-
enforceEnterpriseCallingLineIdentityRestriction
protected Boolean enforceEnterpriseCallingLineIdentityRestriction
-
allowEnterpriseGroupCallTypingForPrivateDialingPlan
protected Boolean allowEnterpriseGroupCallTypingForPrivateDialingPlan
-
allowEnterpriseGroupCallTypingForPublicDialingPlan
protected Boolean allowEnterpriseGroupCallTypingForPublicDialingPlan
-
overrideCLIDRestrictionForPrivateCallCategory
protected Boolean overrideCLIDRestrictionForPrivateCallCategory
-
useEnterpriseCLIDForPrivateCallCategory
protected Boolean useEnterpriseCLIDForPrivateCallCategory
-
useIncomingCLIDPolicy
protected Boolean useIncomingCLIDPolicy
-
enableDialableCallerID
protected Boolean enableDialableCallerID
-
usePhoneListLookupPolicy
protected Boolean usePhoneListLookupPolicy
-
enablePhoneListLookup
protected Boolean enablePhoneListLookup
-
useMaxConcurrentTerminatingAlertingRequests
protected Boolean useMaxConcurrentTerminatingAlertingRequests
-
maxConcurrentTerminatingAlertingRequests
protected Integer maxConcurrentTerminatingAlertingRequests
-
includeRedirectionsInMaximumNumberOfConcurrentCalls
protected Boolean includeRedirectionsInMaximumNumberOfConcurrentCalls
-
useUserPhoneNumberForGroupCallsWhenInternalCLIDUnavailable
protected Boolean useUserPhoneNumberForGroupCallsWhenInternalCLIDUnavailable
-
useUserPhoneNumberForEnterpriseCallsWhenInternalCLIDUnavailable
protected Boolean useUserPhoneNumberForEnterpriseCallsWhenInternalCLIDUnavailable
-
-
Constructor Detail
-
SystemCallProcessingPolicyProfileUserProfileModifyRequest
public SystemCallProcessingPolicyProfileUserProfileModifyRequest()
-
SystemCallProcessingPolicyProfileUserProfileModifyRequest
public SystemCallProcessingPolicyProfileUserProfileModifyRequest(BroadWorksServer broadWorksServer, String callProcessingPolicyProfileName)
-
-
Method Detail
-
setCallProcessingPolicyProfileName
public BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest setCallProcessingPolicyProfileName(String callProcessingPolicyProfileName)
-
getCallProcessingPolicyProfileName
public String getCallProcessingPolicyProfileName()
-
setUseCLIDPolicy
public BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest setUseCLIDPolicy(Boolean useCLIDPolicy)
-
getUseCLIDPolicy
public Boolean getUseCLIDPolicy()
-
setClidPolicy
public BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest setClidPolicy(GroupCLIDPolicy clidPolicy)
-
getClidPolicy
public GroupCLIDPolicy getClidPolicy()
-
setEmergencyClidPolicy
public BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest setEmergencyClidPolicy(GroupCLIDPolicy emergencyClidPolicy)
-
getEmergencyClidPolicy
public GroupCLIDPolicy getEmergencyClidPolicy()
-
setAllowAlternateNumbersForRedirectingIdentity
public BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest setAllowAlternateNumbersForRedirectingIdentity(Boolean allowAlternateNumbersForRedirectingIdentity)
-
getAllowAlternateNumbersForRedirectingIdentity
public Boolean getAllowAlternateNumbersForRedirectingIdentity()
-
setUseGroupName
public BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest setUseGroupName(Boolean useGroupName)
-
getUseGroupName
public Boolean getUseGroupName()
-
setBlockCallingNameForExternalCalls
public BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest setBlockCallingNameForExternalCalls(Boolean blockCallingNameForExternalCalls)
-
getBlockCallingNameForExternalCalls
public Boolean getBlockCallingNameForExternalCalls()
-
setAllowConfigurableCLIDForRedirectingIdentity
public BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest setAllowConfigurableCLIDForRedirectingIdentity(Boolean allowConfigurableCLIDForRedirectingIdentity)
-
getAllowConfigurableCLIDForRedirectingIdentity
public Boolean getAllowConfigurableCLIDForRedirectingIdentity()
-
setAllowDepartmentCLIDNameOverride
public BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest setAllowDepartmentCLIDNameOverride(Boolean allowDepartmentCLIDNameOverride)
-
getAllowDepartmentCLIDNameOverride
public Boolean getAllowDepartmentCLIDNameOverride()
-
setEnterpriseCallsCLIDPolicy
public BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest setEnterpriseCallsCLIDPolicy(EnterpriseInternalCallsCLIDPolicy enterpriseCallsCLIDPolicy)
-
getEnterpriseCallsCLIDPolicy
public EnterpriseInternalCallsCLIDPolicy getEnterpriseCallsCLIDPolicy()
-
setEnterpriseGroupCallsCLIDPolicy
public BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest setEnterpriseGroupCallsCLIDPolicy(EnterpriseInternalCallsCLIDPolicy enterpriseGroupCallsCLIDPolicy)
-
getEnterpriseGroupCallsCLIDPolicy
public EnterpriseInternalCallsCLIDPolicy getEnterpriseGroupCallsCLIDPolicy()
-
setServiceProviderGroupCallsCLIDPolicy
public BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest setServiceProviderGroupCallsCLIDPolicy(ServiceProviderInternalCallsCLIDPolicy serviceProviderGroupCallsCLIDPolicy)
-
getServiceProviderGroupCallsCLIDPolicy
public ServiceProviderInternalCallsCLIDPolicy getServiceProviderGroupCallsCLIDPolicy()
-
setUseMediaPolicy
public BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest setUseMediaPolicy(Boolean useMediaPolicy)
-
getUseMediaPolicy
public Boolean getUseMediaPolicy()
-
setMediaPolicySelection
public BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest setMediaPolicySelection(MediaPolicySelection mediaPolicySelection)
-
getMediaPolicySelection
public MediaPolicySelection getMediaPolicySelection()
-
unsetSupportedMediaSetName
public BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest unsetSupportedMediaSetName()
-
setSupportedMediaSetName
public BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest setSupportedMediaSetName(String supportedMediaSetName)
-
setUseCallLimitsPolicy
public BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest setUseCallLimitsPolicy(Boolean useCallLimitsPolicy)
-
getUseCallLimitsPolicy
public Boolean getUseCallLimitsPolicy()
-
setUseMaxSimultaneousCalls
public BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest setUseMaxSimultaneousCalls(Boolean useMaxSimultaneousCalls)
-
getUseMaxSimultaneousCalls
public Boolean getUseMaxSimultaneousCalls()
-
setMaxSimultaneousCalls
public BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest setMaxSimultaneousCalls(Integer maxSimultaneousCalls)
-
getMaxSimultaneousCalls
public Integer getMaxSimultaneousCalls()
-
setUseMaxSimultaneousVideoCalls
public BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest setUseMaxSimultaneousVideoCalls(Boolean useMaxSimultaneousVideoCalls)
-
getUseMaxSimultaneousVideoCalls
public Boolean getUseMaxSimultaneousVideoCalls()
-
setMaxSimultaneousVideoCalls
public BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest setMaxSimultaneousVideoCalls(Integer maxSimultaneousVideoCalls)
-
getMaxSimultaneousVideoCalls
public Integer getMaxSimultaneousVideoCalls()
-
setUseMaxCallTimeForAnsweredCalls
public BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest setUseMaxCallTimeForAnsweredCalls(Boolean useMaxCallTimeForAnsweredCalls)
-
getUseMaxCallTimeForAnsweredCalls
public Boolean getUseMaxCallTimeForAnsweredCalls()
-
setMaxCallTimeForAnsweredCallsMinutes
public BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest setMaxCallTimeForAnsweredCallsMinutes(Integer maxCallTimeForAnsweredCallsMinutes)
-
getMaxCallTimeForAnsweredCallsMinutes
public Integer getMaxCallTimeForAnsweredCallsMinutes()
-
setUseMaxCallTimeForUnansweredCalls
public BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest setUseMaxCallTimeForUnansweredCalls(Boolean useMaxCallTimeForUnansweredCalls)
-
getUseMaxCallTimeForUnansweredCalls
public Boolean getUseMaxCallTimeForUnansweredCalls()
-
setMaxCallTimeForUnansweredCallsMinutes
public BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest setMaxCallTimeForUnansweredCallsMinutes(Integer maxCallTimeForUnansweredCallsMinutes)
-
getMaxCallTimeForUnansweredCallsMinutes
public Integer getMaxCallTimeForUnansweredCallsMinutes()
-
setUseMaxConcurrentRedirectedCalls
public BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest setUseMaxConcurrentRedirectedCalls(Boolean useMaxConcurrentRedirectedCalls)
-
getUseMaxConcurrentRedirectedCalls
public Boolean getUseMaxConcurrentRedirectedCalls()
-
setMaxConcurrentRedirectedCalls
public BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest setMaxConcurrentRedirectedCalls(Integer maxConcurrentRedirectedCalls)
-
getMaxConcurrentRedirectedCalls
public Integer getMaxConcurrentRedirectedCalls()
-
setUseMaxConcurrentFindMeFollowMeInvocations
public BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest setUseMaxConcurrentFindMeFollowMeInvocations(Boolean useMaxConcurrentFindMeFollowMeInvocations)
-
getUseMaxConcurrentFindMeFollowMeInvocations
public Boolean getUseMaxConcurrentFindMeFollowMeInvocations()
-
setMaxConcurrentFindMeFollowMeInvocations
public BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest setMaxConcurrentFindMeFollowMeInvocations(Integer maxConcurrentFindMeFollowMeInvocations)
-
getMaxConcurrentFindMeFollowMeInvocations
public Integer getMaxConcurrentFindMeFollowMeInvocations()
-
setUseMaxFindMeFollowMeDepth
public BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest setUseMaxFindMeFollowMeDepth(Boolean useMaxFindMeFollowMeDepth)
-
getUseMaxFindMeFollowMeDepth
public Boolean getUseMaxFindMeFollowMeDepth()
-
setMaxFindMeFollowMeDepth
public BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest setMaxFindMeFollowMeDepth(Integer maxFindMeFollowMeDepth)
-
getMaxFindMeFollowMeDepth
public Integer getMaxFindMeFollowMeDepth()
-
setMaxRedirectionDepth
public BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest setMaxRedirectionDepth(Integer maxRedirectionDepth)
-
getMaxRedirectionDepth
public Integer getMaxRedirectionDepth()
-
setUseTranslationRoutingPolicy
public BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest setUseTranslationRoutingPolicy(Boolean useTranslationRoutingPolicy)
-
getUseTranslationRoutingPolicy
public Boolean getUseTranslationRoutingPolicy()
-
setNetworkUsageSelection
public BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest setNetworkUsageSelection(NetworkUsageSelection networkUsageSelection)
-
getNetworkUsageSelection
public NetworkUsageSelection getNetworkUsageSelection()
-
setEnableEnterpriseExtensionDialing
public BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest setEnableEnterpriseExtensionDialing(Boolean enableEnterpriseExtensionDialing)
-
getEnableEnterpriseExtensionDialing
public Boolean getEnableEnterpriseExtensionDialing()
-
setEnforceGroupCallingLineIdentityRestriction
public BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest setEnforceGroupCallingLineIdentityRestriction(Boolean enforceGroupCallingLineIdentityRestriction)
-
getEnforceGroupCallingLineIdentityRestriction
public Boolean getEnforceGroupCallingLineIdentityRestriction()
-
setEnforceEnterpriseCallingLineIdentityRestriction
public BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest setEnforceEnterpriseCallingLineIdentityRestriction(Boolean enforceEnterpriseCallingLineIdentityRestriction)
-
getEnforceEnterpriseCallingLineIdentityRestriction
public Boolean getEnforceEnterpriseCallingLineIdentityRestriction()
-
setAllowEnterpriseGroupCallTypingForPrivateDialingPlan
public BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest setAllowEnterpriseGroupCallTypingForPrivateDialingPlan(Boolean allowEnterpriseGroupCallTypingForPrivateDialingPlan)
-
getAllowEnterpriseGroupCallTypingForPrivateDialingPlan
public Boolean getAllowEnterpriseGroupCallTypingForPrivateDialingPlan()
-
setAllowEnterpriseGroupCallTypingForPublicDialingPlan
public BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest setAllowEnterpriseGroupCallTypingForPublicDialingPlan(Boolean allowEnterpriseGroupCallTypingForPublicDialingPlan)
-
getAllowEnterpriseGroupCallTypingForPublicDialingPlan
public Boolean getAllowEnterpriseGroupCallTypingForPublicDialingPlan()
-
setOverrideCLIDRestrictionForPrivateCallCategory
public BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest setOverrideCLIDRestrictionForPrivateCallCategory(Boolean overrideCLIDRestrictionForPrivateCallCategory)
-
getOverrideCLIDRestrictionForPrivateCallCategory
public Boolean getOverrideCLIDRestrictionForPrivateCallCategory()
-
setUseEnterpriseCLIDForPrivateCallCategory
public BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest setUseEnterpriseCLIDForPrivateCallCategory(Boolean useEnterpriseCLIDForPrivateCallCategory)
-
getUseEnterpriseCLIDForPrivateCallCategory
public Boolean getUseEnterpriseCLIDForPrivateCallCategory()
-
setUseIncomingCLIDPolicy
public BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest setUseIncomingCLIDPolicy(Boolean useIncomingCLIDPolicy)
-
getUseIncomingCLIDPolicy
public Boolean getUseIncomingCLIDPolicy()
-
setEnableDialableCallerID
public BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest setEnableDialableCallerID(Boolean enableDialableCallerID)
-
getEnableDialableCallerID
public Boolean getEnableDialableCallerID()
-
setUsePhoneListLookupPolicy
public BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest setUsePhoneListLookupPolicy(Boolean usePhoneListLookupPolicy)
-
getUsePhoneListLookupPolicy
public Boolean getUsePhoneListLookupPolicy()
-
setEnablePhoneListLookup
public BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest setEnablePhoneListLookup(Boolean enablePhoneListLookup)
-
getEnablePhoneListLookup
public Boolean getEnablePhoneListLookup()
-
setUseMaxConcurrentTerminatingAlertingRequests
public BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest setUseMaxConcurrentTerminatingAlertingRequests(Boolean useMaxConcurrentTerminatingAlertingRequests)
-
getUseMaxConcurrentTerminatingAlertingRequests
public Boolean getUseMaxConcurrentTerminatingAlertingRequests()
-
setMaxConcurrentTerminatingAlertingRequests
public BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest setMaxConcurrentTerminatingAlertingRequests(Integer maxConcurrentTerminatingAlertingRequests)
-
getMaxConcurrentTerminatingAlertingRequests
public Integer getMaxConcurrentTerminatingAlertingRequests()
-
setIncludeRedirectionsInMaximumNumberOfConcurrentCalls
public BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest setIncludeRedirectionsInMaximumNumberOfConcurrentCalls(Boolean includeRedirectionsInMaximumNumberOfConcurrentCalls)
-
getIncludeRedirectionsInMaximumNumberOfConcurrentCalls
public Boolean getIncludeRedirectionsInMaximumNumberOfConcurrentCalls()
-
setUseUserPhoneNumberForGroupCallsWhenInternalCLIDUnavailable
public BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest setUseUserPhoneNumberForGroupCallsWhenInternalCLIDUnavailable(Boolean useUserPhoneNumberForGroupCallsWhenInternalCLIDUnavailable)
-
getUseUserPhoneNumberForGroupCallsWhenInternalCLIDUnavailable
public Boolean getUseUserPhoneNumberForGroupCallsWhenInternalCLIDUnavailable()
-
setUseUserPhoneNumberForEnterpriseCallsWhenInternalCLIDUnavailable
public BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest setUseUserPhoneNumberForEnterpriseCallsWhenInternalCLIDUnavailable(Boolean useUserPhoneNumberForEnterpriseCallsWhenInternalCLIDUnavailable)
-
getUseUserPhoneNumberForEnterpriseCallsWhenInternalCLIDUnavailable
public Boolean getUseUserPhoneNumberForEnterpriseCallsWhenInternalCLIDUnavailable()
-
getEmptyObject
public static BWSystem.SystemCallProcessingPolicyProfileUserProfileModifyRequest getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.- Parameters:
broadWorksServer
- The BroadWorksServer
-
formRequest
public void formRequest()
Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequest
in classRequest<DefaultResponse>
-
-