public class InputAction extends java.lang.Object implements Action
| Modifier and Type | Class and Description |
|---|---|
static class |
InputAction.Builder |
| Constructor and Description |
|---|
InputAction(InputAction.Builder builder)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static InputAction.Builder |
builder() |
java.lang.String |
getAction() |
EventMethod |
getEventMethod() |
java.util.Collection<java.lang.String> |
getEventUrl() |
java.lang.Integer |
getMaxDigits() |
java.lang.Boolean |
getSubmitOnHash() |
java.lang.Integer |
getTimeOut() |
@Deprecated public InputAction(InputAction.Builder builder)
InputAction.Builderpublic java.lang.Integer getTimeOut()
public java.lang.Integer getMaxDigits()
public java.lang.Boolean getSubmitOnHash()
public java.util.Collection<java.lang.String> getEventUrl()
public EventMethod getEventMethod()
public static InputAction.Builder builder()