public static enum PrevalidatePayload.Operation extends Enum<PrevalidatePayload.Operation> implements BmcEnum
The operation on sharded database that need to be pre-validated.
Modifier and Type | Method and Description |
---|---|
static PrevalidatePayload.Operation |
create(String key) |
String |
getValue() |
static PrevalidatePayload.Operation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrevalidatePayload.Operation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PrevalidatePayload.Operation Create
public static final PrevalidatePayload.Operation Patch
public static PrevalidatePayload.Operation[] values()
for (PrevalidatePayload.Operation c : PrevalidatePayload.Operation.values()) System.out.println(c);
public static PrevalidatePayload.Operation 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 static PrevalidatePayload.Operation create(String key)
Copyright © 2016–2024. All rights reserved.