public enum DataSetConnectorOperation extends Enum<DataSetConnectorOperation>
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static DataSetConnectorOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataSetConnectorOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataSetConnectorOperation APPEND
public static final DataSetConnectorOperation OVERWRITE
public static final DataSetConnectorOperation UPSERT
public static final DataSetConnectorOperation DELETE
public static DataSetConnectorOperation[] values()
for (DataSetConnectorOperation c : DataSetConnectorOperation.values()) System.out.println(c);
public static DataSetConnectorOperation 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 String getName()
Copyright © 2025 MuleSoft, Inc.. All rights reserved.