Uses of Enum Class
com.vonage.client.verify.VerifyDetails.Status
Packages that use VerifyDetails.Status
-
Uses of VerifyDetails.Status in com.vonage.client.verify
Methods in com.vonage.client.verify that return VerifyDetails.StatusModifier and TypeMethodDescriptionstatic VerifyDetails.StatusVerifyDetails.Status.fromString(String status) Look up the Status enum based on the string value.VerifyDetails.getStatus()static VerifyDetails.StatusReturns the enum constant of this class with the specified name.static VerifyDetails.Status[]VerifyDetails.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.