public class RecordAction extends java.lang.Object implements Action
| Modifier and Type | Class and Description |
|---|---|
static class |
RecordAction.Builder |
| Constructor and Description |
|---|
RecordAction(RecordAction.Builder builder)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static RecordAction.Builder |
builder() |
java.lang.String |
getAction() |
java.lang.Boolean |
getBeepStart() |
java.lang.Integer |
getChannels() |
java.lang.Character |
getEndOnKey() |
java.lang.Integer |
getEndOnSilence() |
EventMethod |
getEventMethod() |
java.util.Collection<java.lang.String> |
getEventUrl() |
RecordingFormat |
getFormat() |
SplitRecording |
getSplit() |
java.lang.Integer |
getTimeOut() |
@Deprecated public RecordAction(RecordAction.Builder builder)
RecordAction.Builderpublic RecordingFormat getFormat()
public java.lang.Integer getEndOnSilence()
public java.lang.Character getEndOnKey()
public java.lang.Integer getTimeOut()
public java.lang.Boolean getBeepStart()
public java.util.Collection<java.lang.String> getEventUrl()
public EventMethod getEventMethod()
public SplitRecording getSplit()
public java.lang.Integer getChannels()
public static RecordAction.Builder builder()