Class FaxMessaging.SystemFaxMessagingGetRequest
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.request.Request<FaxMessaging.SystemFaxMessagingGetResponse>
-
- co.ecg.alpaca.toolkit.generated.services.FaxMessaging.SystemFaxMessagingGetRequest
-
- Enclosing class:
- FaxMessaging
public static class FaxMessaging.SystemFaxMessagingGetRequest extends Request<FaxMessaging.SystemFaxMessagingGetResponse>
Request the system level data associated with Fax Messaging. The response is either a SystemFaxMessagingGetResponse or an ErrorResponse.- Author:
- AlpacaGenerator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
Request.Protocol
-
-
Constructor Summary
Constructors Constructor Description SystemFaxMessagingGetRequest()
SystemFaxMessagingGetRequest(BroadWorksServer broadWorksServer)
-
Method Summary
-
Methods inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
appendChild, appendChild, appendChild, asyncFire, createElement, createNilElement, createNilElement, createTextElement, equals, fire, fire, formRequest, 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
-
-
-
-
Constructor Detail
-
SystemFaxMessagingGetRequest
public SystemFaxMessagingGetRequest()
-
SystemFaxMessagingGetRequest
public SystemFaxMessagingGetRequest(BroadWorksServer broadWorksServer)
-
-