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