Package co.ecg.alpaca.toolkit.generated
Class Group.GroupScheduleGetEventRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<Group.GroupScheduleGetEventResponse>
co.ecg.alpaca.toolkit.generated.Group.GroupScheduleGetEventRequest
- Enclosing class:
Group
public static class Group.GroupScheduleGetEventRequest
extends Request<Group.GroupScheduleGetEventResponse>
Get an event from a group schedule. The response is either a GroupScheduleGetEventResponse 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
FieldsModifier and TypeFieldDescriptionprotected @NotNull @Size(min=1,max=40) Stringprotected @NotNull @Valid Groupprotected @NotNull @Valid ScheduleKey -
Constructor Summary
ConstructorsConstructorDescriptionGroupScheduleGetEventRequest(Group group, ScheduleKey scheduleKey, String eventName) -
Method Summary
Modifier and TypeMethodDescriptionvoidForms the XML Document for this Request Object.getEmptyObject(BroadWorksServer broadWorksServer) Retrieves this object with minimal setup.getGroup()setEventName(String eventName) setScheduleKey(ScheduleKey scheduleKey) 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
-
group
-
scheduleKey
-
eventName
-
-
Constructor Details
-
GroupScheduleGetEventRequest
public GroupScheduleGetEventRequest() -
GroupScheduleGetEventRequest
-
-
Method Details
-
setGroup
-
getGroup
-
setScheduleKey
-
getScheduleKey
-
setEventName
-
getEventName
-
getEmptyObject
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().- Overrides:
formRequestin classRequest<Group.GroupScheduleGetEventResponse>
-