Uses of Class
com.twilio.rest.verify.v2.service.entity.Challenge.ChallengeReasons
-
Packages that use Challenge.ChallengeReasons Package Description com.twilio.rest.verify.v2.service.entity -
-
Uses of Challenge.ChallengeReasons in com.twilio.rest.verify.v2.service.entity
Methods in com.twilio.rest.verify.v2.service.entity that return Challenge.ChallengeReasons Modifier and Type Method Description static Challenge.ChallengeReasons
Challenge.ChallengeReasons. forValue(String value)
Challenge.ChallengeReasons
Challenge. getRespondedReason()
static Challenge.ChallengeReasons
Challenge.ChallengeReasons. valueOf(String name)
Returns the enum constant of this type with the specified name.static Challenge.ChallengeReasons[]
Challenge.ChallengeReasons. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-