Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemCallProcessingPolicyProfileAutoAttendantProfileModifyRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.BWSystem.SystemCallProcessingPolicyProfileAutoAttendantProfileModifyRequest
- Enclosing class:
- BWSystem
public static class BWSystem.SystemCallProcessingPolicyProfileAutoAttendantProfileModifyRequest
extends Request<DefaultResponse>
- Author:
- AlpacaGenerator
-
Nested Class Summary
Nested classes/interfaces inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
Request.Protocol
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Boolean
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected @NotNull @Size(min=1,max=40) String
protected GroupCLIDPolicy
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected EnterpriseInternalCallsCLIDPolicy
protected EnterpriseInternalCallsCLIDPolicy
protected Boolean
protected Integer
protected Integer
protected Integer
protected Integer
protected Integer
protected NetworkUsageSelection
protected Boolean
protected ServiceProviderInternalCallsCLIDPolicy
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected Boolean
-
Constructor Summary
ConstructorsConstructorDescriptionSystemCallProcessingPolicyProfileAutoAttendantProfileModifyRequest
(BroadWorksServer broadWorksServer, String callProcessingPolicyProfileName) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Forms the XML Document for this Request Object.getEmptyObject
(BroadWorksServer broadWorksServer) Retrieves this object with minimal setup.setAllowAlternateNumbersForRedirectingIdentity
(Boolean allowAlternateNumbersForRedirectingIdentity) setAllowConfigurableCLIDForRedirectingIdentity
(Boolean allowConfigurableCLIDForRedirectingIdentity) setAllowDepartmentCLIDNameOverride
(Boolean allowDepartmentCLIDNameOverride) setAllowEnterpriseGroupCallTypingForPrivateDialingPlan
(Boolean allowEnterpriseGroupCallTypingForPrivateDialingPlan) setAllowEnterpriseGroupCallTypingForPublicDialingPlan
(Boolean allowEnterpriseGroupCallTypingForPublicDialingPlan) setBlockCallingNameForExternalCalls
(Boolean blockCallingNameForExternalCalls) setCallProcessingPolicyProfileName
(String callProcessingPolicyProfileName) setClidPolicy
(GroupCLIDPolicy clidPolicy) setEnableDialableCallerID
(Boolean enableDialableCallerID) setEnableEnterpriseExtensionDialing
(Boolean enableEnterpriseExtensionDialing) setEnforceEnterpriseCallingLineIdentityRestriction
(Boolean enforceEnterpriseCallingLineIdentityRestriction) setEnforceGroupCallingLineIdentityRestriction
(Boolean enforceGroupCallingLineIdentityRestriction) setEnterpriseCallsCLIDPolicy
(EnterpriseInternalCallsCLIDPolicy enterpriseCallsCLIDPolicy) setEnterpriseGroupCallsCLIDPolicy
(EnterpriseInternalCallsCLIDPolicy enterpriseGroupCallsCLIDPolicy) setIncludeRedirectionsInMaximumNumberOfConcurrentCalls
(Boolean includeRedirectionsInMaximumNumberOfConcurrentCalls) setMaxCallTimeForAnsweredCallsMinutes
(Integer maxCallTimeForAnsweredCallsMinutes) setMaxConcurrentRedirectedCalls
(Integer maxConcurrentRedirectedCalls) setMaxRedirectionDepth
(Integer maxRedirectionDepth) setMaxSimultaneousCalls
(Integer maxSimultaneousCalls) setMaxSimultaneousVideoCalls
(Integer maxSimultaneousVideoCalls) setNetworkUsageSelection
(NetworkUsageSelection networkUsageSelection) setOverrideCLIDRestrictionForPrivateCallCategory
(Boolean overrideCLIDRestrictionForPrivateCallCategory) setServiceProviderGroupCallsCLIDPolicy
(ServiceProviderInternalCallsCLIDPolicy serviceProviderGroupCallsCLIDPolicy) setUseCallLimitsPolicy
(Boolean useCallLimitsPolicy) setUseCLIDPolicy
(Boolean useCLIDPolicy) setUseEnterpriseCLIDForPrivateCallCategory
(Boolean useEnterpriseCLIDForPrivateCallCategory) setUseGroupName
(Boolean useGroupName) setUseIncomingCLIDPolicy
(Boolean useIncomingCLIDPolicy) setUseMaxCallTimeForAnsweredCalls
(Boolean useMaxCallTimeForAnsweredCalls) setUseMaxConcurrentRedirectedCalls
(Boolean useMaxConcurrentRedirectedCalls) setUseMaxSimultaneousCalls
(Boolean useMaxSimultaneousCalls) setUseMaxSimultaneousVideoCalls
(Boolean useMaxSimultaneousVideoCalls) setUseTranslationRoutingPolicy
(Boolean useTranslationRoutingPolicy) setUseUserPhoneNumberForEnterpriseCallsWhenInternalCLIDUnavailable
(Boolean useUserPhoneNumberForEnterpriseCallsWhenInternalCLIDUnavailable) setUseUserPhoneNumberForGroupCallsWhenInternalCLIDUnavailable
(Boolean useUserPhoneNumberForGroupCallsWhenInternalCLIDUnavailable) 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, isIgnoreCache, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setEcho, setIgnoreCache, setMemberOfBundle, setRequestId, setRequestTimeoutMillis, setResponseClass, setRetries, setRetryCodes, setRootElement, toString, validate
-
Field Details
-
callProcessingPolicyProfileName
@NotNull @Size(min=1, max=40) protected @NotNull @Size(min=1,max=40) String callProcessingPolicyProfileName -
useCLIDPolicy
-
clidPolicy
-
allowAlternateNumbersForRedirectingIdentity
-
useGroupName
-
blockCallingNameForExternalCalls
-
allowConfigurableCLIDForRedirectingIdentity
-
allowDepartmentCLIDNameOverride
-
enterpriseCallsCLIDPolicy
-
enterpriseGroupCallsCLIDPolicy
-
serviceProviderGroupCallsCLIDPolicy
-
useCallLimitsPolicy
-
useMaxSimultaneousCalls
-
maxSimultaneousCalls
-
useMaxSimultaneousVideoCalls
-
maxSimultaneousVideoCalls
-
useMaxCallTimeForAnsweredCalls
-
maxCallTimeForAnsweredCallsMinutes
-
useMaxConcurrentRedirectedCalls
-
maxConcurrentRedirectedCalls
-
maxRedirectionDepth
-
useTranslationRoutingPolicy
-
networkUsageSelection
-
enableEnterpriseExtensionDialing
-
enforceGroupCallingLineIdentityRestriction
-
enforceEnterpriseCallingLineIdentityRestriction
-
allowEnterpriseGroupCallTypingForPrivateDialingPlan
-
allowEnterpriseGroupCallTypingForPublicDialingPlan
-
overrideCLIDRestrictionForPrivateCallCategory
-
useEnterpriseCLIDForPrivateCallCategory
-
useIncomingCLIDPolicy
-
enableDialableCallerID
-
includeRedirectionsInMaximumNumberOfConcurrentCalls
-
-
Constructor Details
-
SystemCallProcessingPolicyProfileAutoAttendantProfileModifyRequest
public SystemCallProcessingPolicyProfileAutoAttendantProfileModifyRequest() -
SystemCallProcessingPolicyProfileAutoAttendantProfileModifyRequest
public SystemCallProcessingPolicyProfileAutoAttendantProfileModifyRequest(BroadWorksServer broadWorksServer, String callProcessingPolicyProfileName)
-
-
Method Details
-
setCallProcessingPolicyProfileName
public BWSystem.SystemCallProcessingPolicyProfileAutoAttendantProfileModifyRequest setCallProcessingPolicyProfileName(String callProcessingPolicyProfileName) -
getCallProcessingPolicyProfileName
-
setUseCLIDPolicy
public BWSystem.SystemCallProcessingPolicyProfileAutoAttendantProfileModifyRequest setUseCLIDPolicy(Boolean useCLIDPolicy) -
getUseCLIDPolicy
-
setClidPolicy
public BWSystem.SystemCallProcessingPolicyProfileAutoAttendantProfileModifyRequest setClidPolicy(GroupCLIDPolicy clidPolicy) -
getClidPolicy
-
setAllowAlternateNumbersForRedirectingIdentity
public BWSystem.SystemCallProcessingPolicyProfileAutoAttendantProfileModifyRequest setAllowAlternateNumbersForRedirectingIdentity(Boolean allowAlternateNumbersForRedirectingIdentity) -
getAllowAlternateNumbersForRedirectingIdentity
-
setUseGroupName
public BWSystem.SystemCallProcessingPolicyProfileAutoAttendantProfileModifyRequest setUseGroupName(Boolean useGroupName) -
getUseGroupName
-
setBlockCallingNameForExternalCalls
public BWSystem.SystemCallProcessingPolicyProfileAutoAttendantProfileModifyRequest setBlockCallingNameForExternalCalls(Boolean blockCallingNameForExternalCalls) -
getBlockCallingNameForExternalCalls
-
setAllowConfigurableCLIDForRedirectingIdentity
public BWSystem.SystemCallProcessingPolicyProfileAutoAttendantProfileModifyRequest setAllowConfigurableCLIDForRedirectingIdentity(Boolean allowConfigurableCLIDForRedirectingIdentity) -
getAllowConfigurableCLIDForRedirectingIdentity
-
setAllowDepartmentCLIDNameOverride
public BWSystem.SystemCallProcessingPolicyProfileAutoAttendantProfileModifyRequest setAllowDepartmentCLIDNameOverride(Boolean allowDepartmentCLIDNameOverride) -
getAllowDepartmentCLIDNameOverride
-
setEnterpriseCallsCLIDPolicy
public BWSystem.SystemCallProcessingPolicyProfileAutoAttendantProfileModifyRequest setEnterpriseCallsCLIDPolicy(EnterpriseInternalCallsCLIDPolicy enterpriseCallsCLIDPolicy) -
getEnterpriseCallsCLIDPolicy
-
setEnterpriseGroupCallsCLIDPolicy
public BWSystem.SystemCallProcessingPolicyProfileAutoAttendantProfileModifyRequest setEnterpriseGroupCallsCLIDPolicy(EnterpriseInternalCallsCLIDPolicy enterpriseGroupCallsCLIDPolicy) -
getEnterpriseGroupCallsCLIDPolicy
-
setServiceProviderGroupCallsCLIDPolicy
public BWSystem.SystemCallProcessingPolicyProfileAutoAttendantProfileModifyRequest setServiceProviderGroupCallsCLIDPolicy(ServiceProviderInternalCallsCLIDPolicy serviceProviderGroupCallsCLIDPolicy) -
getServiceProviderGroupCallsCLIDPolicy
-
setUseCallLimitsPolicy
public BWSystem.SystemCallProcessingPolicyProfileAutoAttendantProfileModifyRequest setUseCallLimitsPolicy(Boolean useCallLimitsPolicy) -
getUseCallLimitsPolicy
-
setUseMaxSimultaneousCalls
public BWSystem.SystemCallProcessingPolicyProfileAutoAttendantProfileModifyRequest setUseMaxSimultaneousCalls(Boolean useMaxSimultaneousCalls) -
getUseMaxSimultaneousCalls
-
setMaxSimultaneousCalls
public BWSystem.SystemCallProcessingPolicyProfileAutoAttendantProfileModifyRequest setMaxSimultaneousCalls(Integer maxSimultaneousCalls) -
getMaxSimultaneousCalls
-
setUseMaxSimultaneousVideoCalls
public BWSystem.SystemCallProcessingPolicyProfileAutoAttendantProfileModifyRequest setUseMaxSimultaneousVideoCalls(Boolean useMaxSimultaneousVideoCalls) -
getUseMaxSimultaneousVideoCalls
-
setMaxSimultaneousVideoCalls
public BWSystem.SystemCallProcessingPolicyProfileAutoAttendantProfileModifyRequest setMaxSimultaneousVideoCalls(Integer maxSimultaneousVideoCalls) -
getMaxSimultaneousVideoCalls
-
setUseMaxCallTimeForAnsweredCalls
public BWSystem.SystemCallProcessingPolicyProfileAutoAttendantProfileModifyRequest setUseMaxCallTimeForAnsweredCalls(Boolean useMaxCallTimeForAnsweredCalls) -
getUseMaxCallTimeForAnsweredCalls
-
setMaxCallTimeForAnsweredCallsMinutes
public BWSystem.SystemCallProcessingPolicyProfileAutoAttendantProfileModifyRequest setMaxCallTimeForAnsweredCallsMinutes(Integer maxCallTimeForAnsweredCallsMinutes) -
getMaxCallTimeForAnsweredCallsMinutes
-
setUseMaxConcurrentRedirectedCalls
public BWSystem.SystemCallProcessingPolicyProfileAutoAttendantProfileModifyRequest setUseMaxConcurrentRedirectedCalls(Boolean useMaxConcurrentRedirectedCalls) -
getUseMaxConcurrentRedirectedCalls
-
setMaxConcurrentRedirectedCalls
public BWSystem.SystemCallProcessingPolicyProfileAutoAttendantProfileModifyRequest setMaxConcurrentRedirectedCalls(Integer maxConcurrentRedirectedCalls) -
getMaxConcurrentRedirectedCalls
-
setMaxRedirectionDepth
public BWSystem.SystemCallProcessingPolicyProfileAutoAttendantProfileModifyRequest setMaxRedirectionDepth(Integer maxRedirectionDepth) -
getMaxRedirectionDepth
-
setUseTranslationRoutingPolicy
public BWSystem.SystemCallProcessingPolicyProfileAutoAttendantProfileModifyRequest setUseTranslationRoutingPolicy(Boolean useTranslationRoutingPolicy) -
getUseTranslationRoutingPolicy
-
setNetworkUsageSelection
public BWSystem.SystemCallProcessingPolicyProfileAutoAttendantProfileModifyRequest setNetworkUsageSelection(NetworkUsageSelection networkUsageSelection) -
getNetworkUsageSelection
-
setEnableEnterpriseExtensionDialing
public BWSystem.SystemCallProcessingPolicyProfileAutoAttendantProfileModifyRequest setEnableEnterpriseExtensionDialing(Boolean enableEnterpriseExtensionDialing) -
getEnableEnterpriseExtensionDialing
-
setEnforceGroupCallingLineIdentityRestriction
public BWSystem.SystemCallProcessingPolicyProfileAutoAttendantProfileModifyRequest setEnforceGroupCallingLineIdentityRestriction(Boolean enforceGroupCallingLineIdentityRestriction) -
getEnforceGroupCallingLineIdentityRestriction
-
setEnforceEnterpriseCallingLineIdentityRestriction
public BWSystem.SystemCallProcessingPolicyProfileAutoAttendantProfileModifyRequest setEnforceEnterpriseCallingLineIdentityRestriction(Boolean enforceEnterpriseCallingLineIdentityRestriction) -
getEnforceEnterpriseCallingLineIdentityRestriction
-
setAllowEnterpriseGroupCallTypingForPrivateDialingPlan
public BWSystem.SystemCallProcessingPolicyProfileAutoAttendantProfileModifyRequest setAllowEnterpriseGroupCallTypingForPrivateDialingPlan(Boolean allowEnterpriseGroupCallTypingForPrivateDialingPlan) -
getAllowEnterpriseGroupCallTypingForPrivateDialingPlan
-
setAllowEnterpriseGroupCallTypingForPublicDialingPlan
public BWSystem.SystemCallProcessingPolicyProfileAutoAttendantProfileModifyRequest setAllowEnterpriseGroupCallTypingForPublicDialingPlan(Boolean allowEnterpriseGroupCallTypingForPublicDialingPlan) -
getAllowEnterpriseGroupCallTypingForPublicDialingPlan
-
setOverrideCLIDRestrictionForPrivateCallCategory
public BWSystem.SystemCallProcessingPolicyProfileAutoAttendantProfileModifyRequest setOverrideCLIDRestrictionForPrivateCallCategory(Boolean overrideCLIDRestrictionForPrivateCallCategory) -
getOverrideCLIDRestrictionForPrivateCallCategory
-
setUseEnterpriseCLIDForPrivateCallCategory
public BWSystem.SystemCallProcessingPolicyProfileAutoAttendantProfileModifyRequest setUseEnterpriseCLIDForPrivateCallCategory(Boolean useEnterpriseCLIDForPrivateCallCategory) -
getUseEnterpriseCLIDForPrivateCallCategory
-
setUseIncomingCLIDPolicy
public BWSystem.SystemCallProcessingPolicyProfileAutoAttendantProfileModifyRequest setUseIncomingCLIDPolicy(Boolean useIncomingCLIDPolicy) -
getUseIncomingCLIDPolicy
-
setEnableDialableCallerID
public BWSystem.SystemCallProcessingPolicyProfileAutoAttendantProfileModifyRequest setEnableDialableCallerID(Boolean enableDialableCallerID) -
getEnableDialableCallerID
-
setIncludeRedirectionsInMaximumNumberOfConcurrentCalls
public BWSystem.SystemCallProcessingPolicyProfileAutoAttendantProfileModifyRequest setIncludeRedirectionsInMaximumNumberOfConcurrentCalls(Boolean includeRedirectionsInMaximumNumberOfConcurrentCalls) -
getIncludeRedirectionsInMaximumNumberOfConcurrentCalls
-
getEmptyObject
public static BWSystem.SystemCallProcessingPolicyProfileAutoAttendantProfileModifyRequest 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>
-