JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Enum Class
com.inttegro.otp.OtpStatus
Packages that use
OtpStatus
Package
Description
com.inttegro.otp
Uses of
OtpStatus
in
com.inttegro.otp
Fields in
com.inttegro.otp
declared as
OtpStatus
Modifier and Type
Field
Description
OtpStatus
OtpTransaction.
status
Methods in
com.inttegro.otp
that return
OtpStatus
Modifier and Type
Method
Description
static
OtpStatus
OtpStatus.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
OtpStatus
[]
OtpStatus.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.