Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemSystemVoicePortalModifyRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.BWSystem.SystemSystemVoicePortalModifyRequest
- Enclosing class:
- BWSystem
Request to update a System Voice portal instance. The response is either SuccessResponse or ErrorResponse.
- 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 @AssertTrue Boolean
protected @Size(min=1,max=80) String
protected Boolean
protected @Size(min=1,max=40) String
protected @Size(min=1,max=80) String
protected @Size(min=1,max=161) String
protected @NotNull @Size(min=1,max=161) String
protected @Size(min=1,max=127) String
protected Boolean
protected Boolean
protected Boolean
protected @Valid LabeledMediaFileResource
protected @Valid LabeledMediaFileResource
-
Constructor Summary
ConstructorsConstructorDescriptionSystemSystemVoicePortalModifyRequest
(BroadWorksServer broadWorksServer, String systemVoicePortalId) -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
Forms the XML Document for this Request Object.getEmptyObject
(BroadWorksServer broadWorksServer) Retrieves this object with minimal setup.getName()
setAllowIdentificationByPhoneNumberOrVoiceMailAliasesOnLogin
(Boolean allowIdentificationByPhoneNumberOrVoiceMailAliasesOnLogin) setCallingLineIdName
(String callingLineIdName) setExpressMode
(Boolean expressMode) setLanguage
(String language) setNetworkVoicePortalNumber
(String networkVoicePortalNumber) setNewSystemVoicePortalId
(String newSystemVoicePortalId) setPhoneNumber
(String phoneNumber) setPublicUserIdentity
(String publicUserIdentity) setSystemVoicePortalId
(String systemVoicePortalId) setTimeZone
(String timeZone) setUseVoiceMessagingDefaultGreeting
(Boolean useVoiceMessagingDefaultGreeting) setUseVoicePortalDefaultGreeting
(Boolean useVoicePortalDefaultGreeting) setUseVoicePortalWizard
(Boolean useVoicePortalWizard) setVoiceMessagingGreetingFile
(LabeledMediaFileResource voiceMessagingGreetingFile) setVoicePortalGreetingFile
(LabeledMediaFileResource voicePortalGreetingFile) 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
-
systemVoicePortalId
-
newSystemVoicePortalId
-
name
-
callingLineIdName
-
language
-
timeZone
-
phoneNumber
-
publicUserIdentity
-
networkVoicePortalNumber
-
allowIdentificationByPhoneNumberOrVoiceMailAliasesOnLogin
-
useVoicePortalWizard
-
becomeDefaultSystemVoicePortal
-
useVoicePortalDefaultGreeting
-
voicePortalGreetingFile
-
useVoiceMessagingDefaultGreeting
-
voiceMessagingGreetingFile
-
expressMode
-
-
Constructor Details
-
SystemSystemVoicePortalModifyRequest
public SystemSystemVoicePortalModifyRequest() -
SystemSystemVoicePortalModifyRequest
public SystemSystemVoicePortalModifyRequest(BroadWorksServer broadWorksServer, String systemVoicePortalId)
-
-
Method Details
-
setSystemVoicePortalId
public BWSystem.SystemSystemVoicePortalModifyRequest setSystemVoicePortalId(String systemVoicePortalId) -
getSystemVoicePortalId
-
setNewSystemVoicePortalId
public BWSystem.SystemSystemVoicePortalModifyRequest setNewSystemVoicePortalId(String newSystemVoicePortalId) -
getNewSystemVoicePortalId
-
setName
-
getName
-
setCallingLineIdName
-
getCallingLineIdName
-
setLanguage
-
getLanguage
-
setTimeZone
-
getTimeZone
-
unsetPhoneNumber
-
setPhoneNumber
-
getPhoneNumber
-
unsetPublicUserIdentity
-
setPublicUserIdentity
public BWSystem.SystemSystemVoicePortalModifyRequest setPublicUserIdentity(String publicUserIdentity) -
getPublicUserIdentity
-
unsetNetworkVoicePortalNumber
-
setNetworkVoicePortalNumber
public BWSystem.SystemSystemVoicePortalModifyRequest setNetworkVoicePortalNumber(String networkVoicePortalNumber) -
getNetworkVoicePortalNumber
-
setAllowIdentificationByPhoneNumberOrVoiceMailAliasesOnLogin
public BWSystem.SystemSystemVoicePortalModifyRequest setAllowIdentificationByPhoneNumberOrVoiceMailAliasesOnLogin(Boolean allowIdentificationByPhoneNumberOrVoiceMailAliasesOnLogin) -
getAllowIdentificationByPhoneNumberOrVoiceMailAliasesOnLogin
-
setUseVoicePortalWizard
public BWSystem.SystemSystemVoicePortalModifyRequest setUseVoicePortalWizard(Boolean useVoicePortalWizard) -
getUseVoicePortalWizard
-
setFlagBecomeDefaultSystemVoicePortal
-
becomeDefaultSystemVoicePortalFlagExist
public boolean becomeDefaultSystemVoicePortalFlagExist() -
getBecomeDefaultSystemVoicePortal
-
setUseVoicePortalDefaultGreeting
public BWSystem.SystemSystemVoicePortalModifyRequest setUseVoicePortalDefaultGreeting(Boolean useVoicePortalDefaultGreeting) -
getUseVoicePortalDefaultGreeting
-
setVoicePortalGreetingFile
public BWSystem.SystemSystemVoicePortalModifyRequest setVoicePortalGreetingFile(LabeledMediaFileResource voicePortalGreetingFile) -
getVoicePortalGreetingFile
-
setUseVoiceMessagingDefaultGreeting
public BWSystem.SystemSystemVoicePortalModifyRequest setUseVoiceMessagingDefaultGreeting(Boolean useVoiceMessagingDefaultGreeting) -
getUseVoiceMessagingDefaultGreeting
-
setVoiceMessagingGreetingFile
public BWSystem.SystemSystemVoicePortalModifyRequest setVoiceMessagingGreetingFile(LabeledMediaFileResource voiceMessagingGreetingFile) -
getVoiceMessagingGreetingFile
-
setExpressMode
-
getExpressMode
-
getEmptyObject
public static BWSystem.SystemSystemVoicePortalModifyRequest 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>
-