public static enum SSITokenV1Common.JwtHeaderFields extends Enum<SSITokenV1Common.JwtHeaderFields>
Enum Constant and Description |
---|
Schema
Schema of the SSI token.
|
Modifier and Type | Method and Description |
---|---|
@NonNull String |
getFieldName() |
String |
toString() |
static SSITokenV1Common.JwtHeaderFields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SSITokenV1Common.JwtHeaderFields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SSITokenV1Common.JwtHeaderFields Schema
public static SSITokenV1Common.JwtHeaderFields[] values()
for (SSITokenV1Common.JwtHeaderFields c : SSITokenV1Common.JwtHeaderFields.values()) System.out.println(c);
public static SSITokenV1Common.JwtHeaderFields valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<SSITokenV1Common.JwtHeaderFields>
@NonNull public @NonNull String getFieldName()