@GwtIncompatible public static class UserCollaborate.UserCollaborateDeleteRoomRequest extends Request<DefaultResponse>
Request.Protocol
Modifier and Type | Field and Description |
---|---|
protected String |
roomId |
protected User |
user |
Constructor and Description |
---|
UserCollaborateDeleteRoomRequest(User user,
String roomId) |
Modifier and Type | Method and Description |
---|---|
void |
formRequest()
Forms the XML Document for this Request Object.
|
static UserCollaborate.UserCollaborateDeleteRoomRequest |
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.
|
String |
getRoomId() |
User |
getUser() |
UserCollaborate.UserCollaborateDeleteRoomRequest |
setRoomId(String roomId) |
UserCollaborate.UserCollaborateDeleteRoomRequest |
setUser(User user) |
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 User user
@NotNull @Size(min=4, max=15) protected String roomId
public UserCollaborate.UserCollaborateDeleteRoomRequest setUser(User user)
public User getUser()
public UserCollaborate.UserCollaborateDeleteRoomRequest setRoomId(String roomId)
public String getRoomId()
public static UserCollaborate.UserCollaborateDeleteRoomRequest getEmptyObject(BroadWorksServer broadWorksServer)
broadWorksServer
- The BroadWorksServerpublic void formRequest()
formRequest
in class Request<DefaultResponse>
Copyright © 2016 ECG. All rights reserved.