Uses of Class
io.datarouter.secret.op.SecretOpReason.SecretOpReasonType
| Package | Description |
|---|---|
| io.datarouter.secret.op |
-
Uses of SecretOpReason.SecretOpReasonType in io.datarouter.secret.op
Fields in io.datarouter.secret.op declared as SecretOpReason.SecretOpReasonType Modifier and Type Field Description SecretOpReason.SecretOpReasonTypeSecretOpReason. typeMethods in io.datarouter.secret.op that return SecretOpReason.SecretOpReasonType Modifier and Type Method Description SecretOpReason.SecretOpReasonTypeSecretOpReason.SecretOpReasonType. fromPersistentString(java.lang.String string)static SecretOpReason.SecretOpReasonTypeSecretOpReason.SecretOpReasonType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SecretOpReason.SecretOpReasonType[]SecretOpReason.SecretOpReasonType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.datarouter.secret.op with parameters of type SecretOpReason.SecretOpReasonType Constructor Description SecretOpReason(SecretOpReason.SecretOpReasonType type, java.lang.String username, java.lang.String userToken, java.lang.String apiKey, java.lang.String reason)