Uses of Enum Class
com.blockchyp.client.dto.PromptType
Packages that use PromptType
-
Uses of PromptType in com.blockchyp.client.dto
Methods in com.blockchyp.client.dto that return PromptTypeModifier and TypeMethodDescriptionTextPromptRequest.getPromptType()Gets the prompt type (email, phone, etc).static PromptTypeReturns the enum constant of this class with the specified name.static PromptType[]PromptType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.blockchyp.client.dto with parameters of type PromptTypeModifier and TypeMethodDescriptionvoidTextPromptRequest.setPromptType(PromptType value) Sets the prompt type (email, phone, etc).