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