Class ServiceProviderVoiceMessaging.ServiceProviderVoiceMessagingGroupGetVoicePortalBrandingRequest
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.request.Request<ServiceProviderVoiceMessaging.ServiceProviderVoiceMessagingGroupGetVoicePortalBrandingResponse>
-
- co.ecg.alpaca.toolkit.generated.services.ServiceProviderVoiceMessaging.ServiceProviderVoiceMessagingGroupGetVoicePortalBrandingRequest
-
- Enclosing class:
- ServiceProviderVoiceMessaging
public static class ServiceProviderVoiceMessaging.ServiceProviderVoiceMessagingGroupGetVoicePortalBrandingRequest extends Request<ServiceProviderVoiceMessaging.ServiceProviderVoiceMessagingGroupGetVoicePortalBrandingResponse>
Get the service provider's voice portal branding settings. The response is either a ServiceProviderVoiceMessagingGroupGetVoicePortalBrandingResponse16 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
Fields Modifier and Type Field Description protected @NotNull @Valid ServiceProvider
serviceProvider
-
Constructor Summary
Constructors Constructor Description ServiceProviderVoiceMessagingGroupGetVoicePortalBrandingRequest()
ServiceProviderVoiceMessagingGroupGetVoicePortalBrandingRequest(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.ServiceProviderVoiceMessagingGroupGetVoicePortalBrandingRequest
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.ServiceProvider
getServiceProvider()
ServiceProviderVoiceMessaging.ServiceProviderVoiceMessagingGroupGetVoicePortalBrandingRequest
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 Detail
-
serviceProvider
@NotNull @Valid protected transient @NotNull @Valid ServiceProvider serviceProvider
-
-
Constructor Detail
-
ServiceProviderVoiceMessagingGroupGetVoicePortalBrandingRequest
public ServiceProviderVoiceMessagingGroupGetVoicePortalBrandingRequest()
-
ServiceProviderVoiceMessagingGroupGetVoicePortalBrandingRequest
public ServiceProviderVoiceMessagingGroupGetVoicePortalBrandingRequest(ServiceProvider serviceProvider)
-
-
Method Detail
-
setServiceProvider
public ServiceProviderVoiceMessaging.ServiceProviderVoiceMessagingGroupGetVoicePortalBrandingRequest setServiceProvider(ServiceProvider serviceProvider)
-
getServiceProvider
public ServiceProvider getServiceProvider()
-
getEmptyObject
public static ServiceProviderVoiceMessaging.ServiceProviderVoiceMessagingGroupGetVoicePortalBrandingRequest 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().
-
-