public static enum BearerScheme.In extends java.lang.Enum<BearerScheme.In>
| Enum Constant and Description |
|---|
header |
| Modifier and Type | Method and Description |
|---|---|
static BearerScheme.In |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BearerScheme.In[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BearerScheme.In header
public static BearerScheme.In[] values()
for (BearerScheme.In c : BearerScheme.In.values()) System.out.println(c);
public static BearerScheme.In valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2023 Rocket Partners, LLC. All rights reserved.