public class RcmlConferenceNoun extends RcmlNoun
| Constructor and Description |
|---|
RcmlConferenceNoun() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getBeep() |
String |
getDestination() |
Boolean |
getEndConferenceOnExit() |
Integer |
getMaxParticipants() |
Boolean |
getMuted() |
Boolean |
getStartConferenceOnEnter() |
String |
getWaitMethod() |
String |
getWaitUrl() |
void |
setBeep(Boolean beep) |
void |
setDestination(String destination) |
void |
setEndConferenceOnExit(Boolean endConferenceOnExit) |
void |
setMaxParticipants(Integer maxParticipants) |
void |
setMuted(Boolean muted) |
void |
setStartConferenceOnEnter(Boolean startConferenceOnEnter) |
void |
setWaitMethod(String waitMethod) |
void |
setWaitUrl(String waitUrl) |
public String getDestination()
public void setDestination(String destination)
public Boolean getMuted()
public void setMuted(Boolean muted)
public Boolean getBeep()
public void setBeep(Boolean beep)
public Boolean getStartConferenceOnEnter()
public void setStartConferenceOnEnter(Boolean startConferenceOnEnter)
public Boolean getEndConferenceOnExit()
public void setEndConferenceOnExit(Boolean endConferenceOnExit)
public String getWaitUrl()
public void setWaitUrl(String waitUrl)
public String getWaitMethod()
public void setWaitMethod(String waitMethod)
public Integer getMaxParticipants()
public void setMaxParticipants(Integer maxParticipants)
Copyright © 2016. All Rights Reserved.