public final class RequestVoiceForm extends Object
| Constructor and Description |
|---|
RequestVoiceForm(DataForm dataForm) |
| Modifier and Type | Method and Description |
|---|---|
Jid |
getJid()
Gets the JID.
|
Role |
getRole()
Gets the requested role.
|
String |
getRoomNick()
Gets the room nick.
|
boolean |
isRequestAllowed()
Indicates, whether the request is approved.
|
void |
setJid(Jid jid)
Sets the JID.
|
void |
setRequestAllowed(boolean requestAllowed)
Indicates, whether the request is approved.
|
void |
setRole(Role role)
Sets the requested role.
|
void |
setRoomNick(String roomNick)
Sets the room nick.
|
public RequestVoiceForm(DataForm dataForm)
public Jid getJid()
public void setJid(Jid jid)
jid - The JID.public String getRoomNick()
setRoomNick(String)public void setRoomNick(String roomNick)
roomNick - The room nick.getRoomNick()public Role getRole()
public void setRole(Role role)
role - The requested role.public boolean isRequestAllowed()
public void setRequestAllowed(boolean requestAllowed)
requestAllowed - True, if the request is approved.Copyright © 2014 XMPP.rocks. All rights reserved.