public enum IndexActionType extends Enum<IndexActionType>
| Enum Constant and Description |
|---|
DELETE
Enum value delete.
|
MERGE
Enum value merge.
|
MERGE_OR_UPLOAD
Enum value mergeOrUpload.
|
UPLOAD
Enum value upload.
|
| Modifier and Type | Method and Description |
|---|---|
static IndexActionType |
fromString(String value)
Parses a serialized value to a IndexActionType instance.
|
String |
toString() |
static IndexActionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexActionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IndexActionType UPLOAD
public static final IndexActionType MERGE
public static final IndexActionType MERGE_OR_UPLOAD
public static final IndexActionType DELETE
public static IndexActionType[] values()
public static IndexActionType 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 IndexActionType fromString(String value)
value - the serialized value to parse.public String toString()
toString in class Enum<IndexActionType>Copyright © 2020 Microsoft Corporation. All rights reserved.