Class VoiceMessaging.SystemVoiceMessagingGroupGetVoicePortalMenusRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<VoiceMessaging.SystemVoiceMessagingGroupGetVoicePortalMenusResponse>
co.ecg.alpaca.toolkit.generated.services.VoiceMessaging.SystemVoiceMessagingGroupGetVoicePortalMenusRequest
- Enclosing class:
- VoiceMessaging
public static class VoiceMessaging.SystemVoiceMessagingGroupGetVoicePortalMenusRequest
extends Request<VoiceMessaging.SystemVoiceMessagingGroupGetVoicePortalMenusResponse>
Requests the system voice portal Menus setting. The response is either SystemVoiceMessagingGroupGetVoicePortalMenusResponse21 or ErrorResponse.
- Author:
- AlpacaGenerator
-
Nested Class Summary
Nested classes/interfaces inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
Request.Protocol
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSystemVoiceMessagingGroupGetVoicePortalMenusRequest
(BroadWorksServer broadWorksServer, Boolean getDefaultMenuKeys) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Forms the XML Document for this Request Object.getEmptyObject
(BroadWorksServer broadWorksServer) Retrieves this object with minimal setup.setGetDefaultMenuKeys
(Boolean getDefaultMenuKeys) 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
-
getDefaultMenuKeys
-
-
Constructor Details
-
SystemVoiceMessagingGroupGetVoicePortalMenusRequest
public SystemVoiceMessagingGroupGetVoicePortalMenusRequest() -
SystemVoiceMessagingGroupGetVoicePortalMenusRequest
public SystemVoiceMessagingGroupGetVoicePortalMenusRequest(BroadWorksServer broadWorksServer, Boolean getDefaultMenuKeys)
-
-
Method Details
-
setGetDefaultMenuKeys
public VoiceMessaging.SystemVoiceMessagingGroupGetVoicePortalMenusRequest setGetDefaultMenuKeys(Boolean getDefaultMenuKeys) -
getGetDefaultMenuKeys
-
getEmptyObject
public static VoiceMessaging.SystemVoiceMessagingGroupGetVoicePortalMenusRequest 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<VoiceMessaging.SystemVoiceMessagingGroupGetVoicePortalMenusResponse>
-