Class EnterprisePreAlertingAnnouncement.EnterprisePreAlertingAnnouncementModifyRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.services.EnterprisePreAlertingAnnouncement.EnterprisePreAlertingAnnouncementModifyRequest
- Enclosing class:
- EnterprisePreAlertingAnnouncement
public static class EnterprisePreAlertingAnnouncement.EnterprisePreAlertingAnnouncementModifyRequest
extends Request<DefaultResponse>
Modify the enterprise level pre-alerting service settings. 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
FieldsModifier and TypeFieldDescriptionprotected PreAlertingAnnouncementInterrupt
protected @Valid ExtendedMediaFileResource
protected ExtendedFileResourceSelection
protected @NotNull @Valid Enterprise
protected @Size(min=1,max=10) String
protected @Valid ExtendedMediaFileResource
protected ExtendedFileResourceSelection
-
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.setAnnouncementInterruption
(PreAlertingAnnouncementInterrupt announcementInterruption) setAudioFile
(ExtendedMediaFileResource audioFile) setAudioSelection
(ExtendedFileResourceSelection audioSelection) setEnterprise
(Enterprise enterprise) setInterruptionDigitSequence
(String interruptionDigitSequence) setVideoFile
(ExtendedMediaFileResource videoFile) setVideoSelection
(ExtendedFileResourceSelection videoSelection) 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
-
enterprise
-
announcementInterruption
-
interruptionDigitSequence
-
audioSelection
-
audioFile
-
videoSelection
-
videoFile
-
-
Constructor Details
-
EnterprisePreAlertingAnnouncementModifyRequest
public EnterprisePreAlertingAnnouncementModifyRequest() -
EnterprisePreAlertingAnnouncementModifyRequest
-
-
Method Details
-
setEnterprise
public EnterprisePreAlertingAnnouncement.EnterprisePreAlertingAnnouncementModifyRequest setEnterprise(Enterprise enterprise) -
getEnterprise
-
setAnnouncementInterruption
public EnterprisePreAlertingAnnouncement.EnterprisePreAlertingAnnouncementModifyRequest setAnnouncementInterruption(PreAlertingAnnouncementInterrupt announcementInterruption) -
getAnnouncementInterruption
-
setInterruptionDigitSequence
public EnterprisePreAlertingAnnouncement.EnterprisePreAlertingAnnouncementModifyRequest setInterruptionDigitSequence(String interruptionDigitSequence) -
getInterruptionDigitSequence
-
setAudioSelection
public EnterprisePreAlertingAnnouncement.EnterprisePreAlertingAnnouncementModifyRequest setAudioSelection(ExtendedFileResourceSelection audioSelection) -
getAudioSelection
-
setAudioFile
public EnterprisePreAlertingAnnouncement.EnterprisePreAlertingAnnouncementModifyRequest setAudioFile(ExtendedMediaFileResource audioFile) -
getAudioFile
-
setVideoSelection
public EnterprisePreAlertingAnnouncement.EnterprisePreAlertingAnnouncementModifyRequest setVideoSelection(ExtendedFileResourceSelection videoSelection) -
getVideoSelection
-
setVideoFile
public EnterprisePreAlertingAnnouncement.EnterprisePreAlertingAnnouncementModifyRequest setVideoFile(ExtendedMediaFileResource videoFile) -
getVideoFile
-
getEmptyObject
public static EnterprisePreAlertingAnnouncement.EnterprisePreAlertingAnnouncementModifyRequest 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>
-