Class EnterprisePreAlertingAnnouncement.EnterprisePreAlertingAnnouncementGetRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<EnterprisePreAlertingAnnouncement.EnterprisePreAlertingAnnouncementGetResponse>
co.ecg.alpaca.toolkit.generated.services.EnterprisePreAlertingAnnouncement.EnterprisePreAlertingAnnouncementGetRequest
- Enclosing class:
EnterprisePreAlertingAnnouncement
public static class EnterprisePreAlertingAnnouncement.EnterprisePreAlertingAnnouncementGetRequest
extends Request<EnterprisePreAlertingAnnouncement.EnterprisePreAlertingAnnouncementGetResponse>
Get the Enterprise pre-alerting service settings. The response is either a EnterprisePreAlertingAnnouncementGetResponse 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 TypeMethodDescriptionvoidForms the XML Document for this Request Object.getEmptyObject(BroadWorksServer broadWorksServer) Retrieves this object with minimal setup.setEnterprise(Enterprise enterprise) 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
-
enterprise
-
-
Constructor Details
-
EnterprisePreAlertingAnnouncementGetRequest
public EnterprisePreAlertingAnnouncementGetRequest() -
EnterprisePreAlertingAnnouncementGetRequest
-
-
Method Details
-
setEnterprise
public EnterprisePreAlertingAnnouncement.EnterprisePreAlertingAnnouncementGetRequest setEnterprise(Enterprise enterprise) -
getEnterprise
-
getEmptyObject
public static EnterprisePreAlertingAnnouncement.EnterprisePreAlertingAnnouncementGetRequest 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().
-