Class ServiceProviderVoiceMessaging.ServiceProviderVoiceMessagingGroupGetRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<ServiceProviderVoiceMessaging.ServiceProviderVoiceMessagingGroupGetResponse>
co.ecg.alpaca.toolkit.generated.services.ServiceProviderVoiceMessaging.ServiceProviderVoiceMessagingGroupGetRequest
- Enclosing class:
- ServiceProviderVoiceMessaging
public static class ServiceProviderVoiceMessaging.ServiceProviderVoiceMessagingGroupGetRequest
extends Request<ServiceProviderVoiceMessaging.ServiceProviderVoiceMessagingGroupGetResponse>
Requests the service provider's or enterprise's voice messaging settings. The response is either ServiceProviderVoiceMessagingGroupGetResponse 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
ConstructorsConstructorDescriptionServiceProviderVoiceMessagingGroupGetRequest
(ServiceProvider serviceProvider) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Forms the XML Document for this Request Object.getEmptyObject
(BroadWorksServer broadWorksServer) Retrieves this object with minimal setup.setServiceProvider
(ServiceProvider serviceProvider) 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
-
serviceProvider
-
-
Constructor Details
-
ServiceProviderVoiceMessagingGroupGetRequest
public ServiceProviderVoiceMessagingGroupGetRequest() -
ServiceProviderVoiceMessagingGroupGetRequest
-
-
Method Details
-
setServiceProvider
public ServiceProviderVoiceMessaging.ServiceProviderVoiceMessagingGroupGetRequest setServiceProvider(ServiceProvider serviceProvider) -
getServiceProvider
-
getEmptyObject
public static ServiceProviderVoiceMessaging.ServiceProviderVoiceMessagingGroupGetRequest 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().
-