Uses of Class
co.dapi.types.UserInput.UserInputID
-
Packages that use UserInput.UserInputID Package Description co.dapi.types -
-
Uses of UserInput.UserInputID in co.dapi.types
Methods in co.dapi.types that return UserInput.UserInputID Modifier and Type Method Description UserInput.UserInputIDUserInput. getId()returns the id of this UserInput, which is the type of input required.static UserInput.UserInputIDUserInput.UserInputID. valueOf(java.lang.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.Constructors in co.dapi.types with parameters of type UserInput.UserInputID Constructor Description UserInput(UserInput.UserInputID id, int index, java.lang.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, java.lang.String query, java.lang.String answer)Creates a UserInput object with all of its info.
-