@GwtIncompatible public static class Group.GroupScheduleDeleteListRequest extends Request<DefaultResponse>
Request.Protocol
Modifier and Type | Field and Description |
---|---|
protected Group |
group |
protected ScheduleKey[] |
scheduleKey |
Constructor and Description |
---|
GroupScheduleDeleteListRequest(Group group,
ScheduleKey... scheduleKey) |
Modifier and Type | Method and Description |
---|---|
void |
formRequest()
Forms the XML Document for this Request Object.
|
static Group.GroupScheduleDeleteListRequest |
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.
|
Group |
getGroup() |
ScheduleKey[] |
getScheduleKey() |
Group.GroupScheduleDeleteListRequest |
setGroup(Group group) |
Group.GroupScheduleDeleteListRequest |
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 transient Group group
@NotNull @Size(min=1) protected ScheduleKey[] scheduleKey
public GroupScheduleDeleteListRequest(Group group, ScheduleKey... scheduleKey)
public Group.GroupScheduleDeleteListRequest setGroup(Group group)
public Group getGroup()
public Group.GroupScheduleDeleteListRequest setScheduleKey(ScheduleKey... scheduleKey)
public ScheduleKey[] getScheduleKey()
public static Group.GroupScheduleDeleteListRequest getEmptyObject(BroadWorksServer broadWorksServer)
broadWorksServer
- The BroadWorksServerpublic void formRequest()
formRequest
in class Request<DefaultResponse>
Copyright © 2016 ECG. All rights reserved.