Uses of Class
io.getlime.powerauth.soap.v2.ActivationStatus
-
Packages that use ActivationStatus Package Description io.getlime.powerauth.soap.v2 -
-
Uses of ActivationStatus in io.getlime.powerauth.soap.v2
Fields in io.getlime.powerauth.soap.v2 declared as ActivationStatus Modifier and Type Field Description protected ActivationStatusVaultUnlockResponse. activationStatusMethods in io.getlime.powerauth.soap.v2 that return ActivationStatus Modifier and Type Method Description static ActivationStatusActivationStatus. fromValue(java.lang.String v)ActivationStatusVaultUnlockResponse. getActivationStatus()Gets the value of the activationStatus property.static ActivationStatusActivationStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ActivationStatus[]ActivationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.getlime.powerauth.soap.v2 with parameters of type ActivationStatus Modifier and Type Method Description voidVaultUnlockResponse. setActivationStatus(ActivationStatus value)Sets the value of the activationStatus property.
-