@Generated public enum EndpointStateConfigUpdate extends Enum<EndpointStateConfigUpdate>
| Enum Constant and Description |
|---|
IN_PROGRESS |
NOT_UPDATING |
UPDATE_FAILED |
| Modifier and Type | Method and Description |
|---|---|
static EndpointStateConfigUpdate |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EndpointStateConfigUpdate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EndpointStateConfigUpdate IN_PROGRESS
public static final EndpointStateConfigUpdate NOT_UPDATING
public static final EndpointStateConfigUpdate UPDATE_FAILED
public static EndpointStateConfigUpdate[] values()
for (EndpointStateConfigUpdate c : EndpointStateConfigUpdate.values()) System.out.println(c);
public static EndpointStateConfigUpdate 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 nullCopyright © 2024. All rights reserved.