Uses of Enum Class
com.vonage.client.verify.VerifyStatus
Packages that use VerifyStatus
-
Uses of VerifyStatus in com.vonage.client.verify
Methods in com.vonage.client.verify that return VerifyStatusModifier and TypeMethodDescriptionstatic VerifyStatusVerifyStatus.fromInt(int verifyStatus) Look up the VerifyStatus based on the int value.CheckResponse.getStatus()SearchVerifyResponse.getStatus()VerifyResponse.getStatus()static VerifyStatusReturns the enum constant of this class with the specified name.static VerifyStatus[]VerifyStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.vonage.client.verify with parameters of type VerifyStatusModifierConstructorDescriptionCheckResponse(VerifyStatus status) VerifyResponse(VerifyStatus status)