public enum HubV2025R0CopyHubAccessField extends Enum<HubV2025R0CopyHubAccessField> implements Valuable
| Modifier and Type | Class and Description |
|---|---|
static class |
HubV2025R0CopyHubAccessField.HubV2025R0CopyHubAccessFieldDeserializer |
static class |
HubV2025R0CopyHubAccessField.HubV2025R0CopyHubAccessFieldSerializer |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static HubV2025R0CopyHubAccessField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HubV2025R0CopyHubAccessField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HubV2025R0CopyHubAccessField ALL
public static final HubV2025R0CopyHubAccessField COMPANY
public static final HubV2025R0CopyHubAccessField NONE
public static HubV2025R0CopyHubAccessField[] values()
for (HubV2025R0CopyHubAccessField c : HubV2025R0CopyHubAccessField.values()) System.out.println(c);
public static HubV2025R0CopyHubAccessField 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 null