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 Modifier and Type Field Description protected @NotNull @Valid ServiceProvider
serviceProvider
-
Constructor Summary
Constructors Constructor Description ServiceProviderVoiceMessagingGroupGetRequest()
ServiceProviderVoiceMessagingGroupGetRequest(ServiceProvider serviceProvider)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
formRequest()
Forms the XML Document for this Request Object.static ServiceProviderVoiceMessaging.ServiceProviderVoiceMessagingGroupGetRequest
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.ServiceProvider
getServiceProvider()
ServiceProviderVoiceMessaging.ServiceProviderVoiceMessagingGroupGetRequest
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, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setEcho, setMemberOfBundle, setRequestId, setRequestTimeoutMillis, setResponseClass, setRetries, setRetryCodes, setRootElement, toString, validate
-
-
-
-
Field Detail
-
serviceProvider
@NotNull @Valid protected transient @NotNull @Valid ServiceProvider serviceProvider
-
-
Constructor Detail
-
ServiceProviderVoiceMessagingGroupGetRequest
public ServiceProviderVoiceMessagingGroupGetRequest()
-
ServiceProviderVoiceMessagingGroupGetRequest
public ServiceProviderVoiceMessagingGroupGetRequest(ServiceProvider serviceProvider)
-
-
Method Detail
-
setServiceProvider
public ServiceProviderVoiceMessaging.ServiceProviderVoiceMessagingGroupGetRequest setServiceProvider(ServiceProvider serviceProvider)
-
getServiceProvider
public 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().
-
-