| Package | Description |
|---|---|
| co.dapi.types |
| Modifier and Type | Method and Description |
|---|---|
UserInput.UserInputID |
UserInput.getId()
returns the id of this UserInput, which is the type of input required.
|
static UserInput.UserInputID |
UserInput.UserInputID.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserInput.UserInputID[] |
UserInput.UserInputID.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
UserInput(UserInput.UserInputID id,
int index,
String answer)
Creates a UserInput object with only the fields that's needed for submitting
a user input in the request.
|
UserInput(UserInput.UserInputID id,
int index,
String query,
String answer)
Creates a UserInput object with all of its info.
|
Copyright © 2021–2022 Dapi. All rights reserved.