Package io.datarouter.secret.client
Enum SecretClientOp.SecretClientOpResult.SecretClientOpStatus
java.lang.Object
java.lang.Enum<SecretClientOp.SecretClientOpResult.SecretClientOpStatus>
io.datarouter.secret.client.SecretClientOp.SecretClientOpResult.SecretClientOpStatus
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<SecretClientOp.SecretClientOpResult.SecretClientOpStatus>,java.lang.constant.Constable
- Enclosing class:
- SecretClientOp.SecretClientOpResult<T>
public static enum SecretClientOp.SecretClientOpResult.SecretClientOpStatus extends java.lang.Enum<SecretClientOp.SecretClientOpResult.SecretClientOpStatus>
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description OP_ERRORSUCCESSVALIDATION_ERROR -
Method Summary
Modifier and Type Method Description static SecretClientOp.SecretClientOpResult.SecretClientOpStatusvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SecretClientOp.SecretClientOpResult.SecretClientOpStatus[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static SecretClientOp.SecretClientOpResult.SecretClientOpStatus valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-