@GwtIncompatible public static class BWSystem.SystemScheduleDeleteEventListRequest extends Request<DefaultResponse>
Request.Protocol
Modifier and Type | Field and Description |
---|---|
protected String[] |
eventName |
protected ScheduleKey |
scheduleKey |
Constructor and Description |
---|
SystemScheduleDeleteEventListRequest(BroadWorksServer broadWorksServer,
ScheduleKey scheduleKey,
String... eventName) |
Modifier and Type | Method and Description |
---|---|
void |
formRequest()
Forms the XML Document for this Request Object.
|
static BWSystem.SystemScheduleDeleteEventListRequest |
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.
|
String[] |
getEventName() |
ScheduleKey |
getScheduleKey() |
BWSystem.SystemScheduleDeleteEventListRequest |
setEventName(String... eventName) |
BWSystem.SystemScheduleDeleteEventListRequest |
setScheduleKey(ScheduleKey scheduleKey) |
appendChild, appendChild, appendChild, asyncFire, createDocument, createElement, createNilElement, createTextElement, fire, fire, getBroadWorksServer, getCommandElement, getCommandType, getDomDocument, getId, getResponseClass, getRootElement, isMemberOfBundle, isValid, run, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setMemberOfBundle, setRequestId, setResponseClass, setRootElement, toString, validate
@NotNull protected ScheduleKey scheduleKey
@NotNull @Size(min=1) @StringArrayElementSize(min=1, max=40) protected String[] eventName
public SystemScheduleDeleteEventListRequest(BroadWorksServer broadWorksServer, ScheduleKey scheduleKey, String... eventName)
public BWSystem.SystemScheduleDeleteEventListRequest setScheduleKey(ScheduleKey scheduleKey)
public ScheduleKey getScheduleKey()
public BWSystem.SystemScheduleDeleteEventListRequest setEventName(String... eventName)
public String[] getEventName()
public static BWSystem.SystemScheduleDeleteEventListRequest getEmptyObject(BroadWorksServer broadWorksServer)
broadWorksServer
- The BroadWorksServerpublic void formRequest()
formRequest
in class Request<DefaultResponse>
Copyright © 2016 ECG. All rights reserved.