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 -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoid
Forms the XML Document for this Request Object.static ServiceProviderVoiceMessaging.ServiceProviderVoiceMessagingGroupGetVoicePortalBrandingRequest
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
-
ServiceProviderVoiceMessagingGroupGetVoicePortalBrandingRequest
public ServiceProviderVoiceMessagingGroupGetVoicePortalBrandingRequest() -
ServiceProviderVoiceMessagingGroupGetVoicePortalBrandingRequest
public ServiceProviderVoiceMessagingGroupGetVoicePortalBrandingRequest(ServiceProvider serviceProvider)
-
-
Method Details
-
setServiceProvider
public ServiceProviderVoiceMessaging.ServiceProviderVoiceMessagingGroupGetVoicePortalBrandingRequest setServiceProvider(ServiceProvider 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().
-