@GwtIncompatible public static class Group.GroupDomainAssignListRequest extends Request<DefaultResponse>
Request.Protocol
Modifier and Type | Field and Description |
---|---|
protected String[] |
domain |
protected Group |
group |
Constructor and Description |
---|
GroupDomainAssignListRequest(Group group,
String... domain) |
Modifier and Type | Method and Description |
---|---|
void |
formRequest()
Forms the XML Document for this Request Object.
|
String[] |
getDomain() |
static Group.GroupDomainAssignListRequest |
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.
|
Group |
getGroup() |
Group.GroupDomainAssignListRequest |
setDomain(String... domain) |
Group.GroupDomainAssignListRequest |
setGroup(Group group) |
appendChild, appendChild, appendChild, asyncFire, createElement, createNilElement, createTextElement, fire, fire, getBroadWorksServer, getCacheString, getCommandElement, getCommandType, getDomDocument, getId, getResponseClass, getRootElement, getValidationErrorsAsString, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setMemberOfBundle, setRequestId, setResponseClass, setRootElement, toString, validate
@NotNull protected transient Group group
@NotNull @Size(min=1) @StringArrayElementSize(min=1, max=80) protected String[] domain
public Group.GroupDomainAssignListRequest setGroup(Group group)
public Group getGroup()
public Group.GroupDomainAssignListRequest setDomain(String... domain)
public String[] getDomain()
public static Group.GroupDomainAssignListRequest getEmptyObject(BroadWorksServer broadWorksServer)
broadWorksServer
- The BroadWorksServerpublic void formRequest()
formRequest
in class Request<DefaultResponse>
Copyright © 2016 ECG. All rights reserved.