Uses of Class
com.okta.sdk.resource.CAPTCHAType
-
Packages that use CAPTCHAType Package Description com.okta.sdk.resource -
-
Uses of CAPTCHAType in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return CAPTCHAType Modifier and Type Method Description CAPTCHAType
CAPTCHAInstance. getType()
static CAPTCHAType
CAPTCHAType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CAPTCHAType[]
CAPTCHAType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource with parameters of type CAPTCHAType Modifier and Type Method Description CAPTCHAInstance
CAPTCHAInstance. setType(CAPTCHAType type)
-