Class UserSharedCallAppearance.UserSharedCallAppearanceModifyRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.services.UserSharedCallAppearance.UserSharedCallAppearanceModifyRequest
- Enclosing class:
- UserSharedCallAppearance
public static class UserSharedCallAppearance.UserSharedCallAppearanceModifyRequest
extends Request<DefaultResponse>
Modify the user's Shared Call Appearance service setting. The response is either a SuccessResponse or an ErrorResponse. The following elements are only used in XS data mode and ignored in AS data mode: useUserPrimaryWithAlternateCallsSetting allowSimultaneousPrimaryAndAlternate restrictCallRetrieveOfPrimary restrictCallBridgingOfPrimary
- 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 SharedCallAppearanceBridgeWarningTone
protected Boolean
protected Boolean
protected Boolean
protected Boolean
protected @NotNull @Valid BroadWorksUser
protected Boolean
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoid
Forms the XML Document for this Request Object.getEmptyObject
(BroadWorksServer broadWorksServer) Retrieves this object with minimal setup.setAlertAllAppearancesForClickToDialCalls
(Boolean alertAllAppearancesForClickToDialCalls) setAlertAllAppearancesForGroupPagingCalls
(Boolean alertAllAppearancesForGroupPagingCalls) setAllowBridgingBetweenLocations
(Boolean allowBridgingBetweenLocations) setAllowSCACallRetrieve
(Boolean allowSCACallRetrieve) setAllowSimultaneousPrimaryAndAlternateCalls
(Boolean allowSimultaneousPrimaryAndAlternateCalls) setBridgeWarningTone
(SharedCallAppearanceBridgeWarningTone bridgeWarningTone) setEnableCallParkNotification
(Boolean enableCallParkNotification) setMultipleCallArrangementIsActive
(Boolean multipleCallArrangementIsActive) setRestrictCallBridgingOfPrimaryCall
(Boolean restrictCallBridgingOfPrimaryCall) setRestrictCallRetrieveOfPrimaryCall
(Boolean restrictCallRetrieveOfPrimaryCall) setUser
(BroadWorksUser user) setUseUserPrimaryWithAlternateCallsSetting
(Boolean useUserPrimaryWithAlternateCallsSetting) 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
-
user
-
alertAllAppearancesForClickToDialCalls
-
alertAllAppearancesForGroupPagingCalls
-
allowSCACallRetrieve
-
multipleCallArrangementIsActive
-
allowBridgingBetweenLocations
-
bridgeWarningTone
-
enableCallParkNotification
-
useUserPrimaryWithAlternateCallsSetting
-
allowSimultaneousPrimaryAndAlternateCalls
-
restrictCallRetrieveOfPrimaryCall
-
restrictCallBridgingOfPrimaryCall
-
-
Constructor Details
-
UserSharedCallAppearanceModifyRequest
public UserSharedCallAppearanceModifyRequest() -
UserSharedCallAppearanceModifyRequest
-
-
Method Details
-
setUser
-
getBroadWorksUser
-
setAlertAllAppearancesForClickToDialCalls
public UserSharedCallAppearance.UserSharedCallAppearanceModifyRequest setAlertAllAppearancesForClickToDialCalls(Boolean alertAllAppearancesForClickToDialCalls) -
getAlertAllAppearancesForClickToDialCalls
-
setAlertAllAppearancesForGroupPagingCalls
public UserSharedCallAppearance.UserSharedCallAppearanceModifyRequest setAlertAllAppearancesForGroupPagingCalls(Boolean alertAllAppearancesForGroupPagingCalls) -
getAlertAllAppearancesForGroupPagingCalls
-
setAllowSCACallRetrieve
public UserSharedCallAppearance.UserSharedCallAppearanceModifyRequest setAllowSCACallRetrieve(Boolean allowSCACallRetrieve) -
getAllowSCACallRetrieve
-
setMultipleCallArrangementIsActive
public UserSharedCallAppearance.UserSharedCallAppearanceModifyRequest setMultipleCallArrangementIsActive(Boolean multipleCallArrangementIsActive) -
getMultipleCallArrangementIsActive
-
setAllowBridgingBetweenLocations
public UserSharedCallAppearance.UserSharedCallAppearanceModifyRequest setAllowBridgingBetweenLocations(Boolean allowBridgingBetweenLocations) -
getAllowBridgingBetweenLocations
-
getBridgeWarningTone
-
setEnableCallParkNotification
public UserSharedCallAppearance.UserSharedCallAppearanceModifyRequest setEnableCallParkNotification(Boolean enableCallParkNotification) -
getEnableCallParkNotification
-
setUseUserPrimaryWithAlternateCallsSetting
public UserSharedCallAppearance.UserSharedCallAppearanceModifyRequest setUseUserPrimaryWithAlternateCallsSetting(Boolean useUserPrimaryWithAlternateCallsSetting) -
getUseUserPrimaryWithAlternateCallsSetting
-
setAllowSimultaneousPrimaryAndAlternateCalls
public UserSharedCallAppearance.UserSharedCallAppearanceModifyRequest setAllowSimultaneousPrimaryAndAlternateCalls(Boolean allowSimultaneousPrimaryAndAlternateCalls) -
getAllowSimultaneousPrimaryAndAlternateCalls
-
setRestrictCallRetrieveOfPrimaryCall
public UserSharedCallAppearance.UserSharedCallAppearanceModifyRequest setRestrictCallRetrieveOfPrimaryCall(Boolean restrictCallRetrieveOfPrimaryCall) -
getRestrictCallRetrieveOfPrimaryCall
-
setRestrictCallBridgingOfPrimaryCall
public UserSharedCallAppearance.UserSharedCallAppearanceModifyRequest setRestrictCallBridgingOfPrimaryCall(Boolean restrictCallBridgingOfPrimaryCall) -
getRestrictCallBridgingOfPrimaryCall
-
getEmptyObject
public static UserSharedCallAppearance.UserSharedCallAppearanceModifyRequest 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>
-