DataflowHeaderActionType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. iotoperations. models. DataflowHeaderActionType
- com.
- com.
public final class DataflowHeaderActionType
extends ExpandableStringEnum<DataflowHeaderActionType>
Dataflow Destination Header Action Types.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Dataflow |
ADD_IF_NOT_PRESENT
Add if not present type. |
|
static final
Dataflow |
ADD_OR_REPLACE
Add or Replace type. |
|
static final
Dataflow |
REMOVE
Remove type. |
Constructor Summary
| Constructor | Description |
|---|---|
| DataflowHeaderActionType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Dataflow |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Dataflow |
fromString(String name)
Creates or finds a Dataflow |
|
static
Collection<Dataflow |
values()
Gets known Dataflow |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ADD_IF_NOT_PRESENT
public static final DataflowHeaderActionType ADD_IF_NOT_PRESENT
Add if not present type.
ADD_OR_REPLACE
public static final DataflowHeaderActionType ADD_OR_REPLACE
Add or Replace type.
REMOVE
public static final DataflowHeaderActionType REMOVE
Remove type.
Constructor Details
DataflowHeaderActionType
@Deprecated
public DataflowHeaderActionType()
Deprecated
Creates a new instance of DataflowHeaderActionType value.
Method Details
fromString
public static DataflowHeaderActionType fromString(String name)
Creates or finds a DataflowHeaderActionType from its string representation.
Parameters:
Returns:
values
public static Collection<DataflowHeaderActionType> values()
Gets known DataflowHeaderActionType values.
Returns: