Uses of Enum Class
com.sanctionco.thunder.models.ResponseType
-
Uses of ResponseType in com.sanctionco.thunder.models
Methods in com.sanctionco.thunder.models that return ResponseTypeModifier and TypeMethodDescriptionstatic ResponseTypeResponseType.fromString(String text)Provides aResponseTyperepresentation of the given text.static ResponseTypeReturns the enum constant of this class with the specified name.static ResponseType[]ResponseType.values()Returns an array containing the constants of this enum class, in the order they are declared.