TriggerType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. cosmos. models. TriggerType
- com.
- com.
public final class TriggerType
extends ExpandableStringEnum<TriggerType>
Type of the Trigger.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Trigger |
POST
Static value Post for Trigger |
static final
Trigger |
PRE
Static value Pre for Trigger |
Constructor Summary
Constructor | Description |
---|---|
TriggerType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Trigger |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Trigger |
fromString(String name)
Creates or finds a Trigger |
static
Collection<Trigger |
values()
Gets known Trigger |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
POST
public static final TriggerType POST
Static value Post for TriggerType.
PRE
public static final TriggerType PRE
Static value Pre for TriggerType.
Constructor Details
TriggerType
@Deprecated
public TriggerType()
Deprecated
Creates a new instance of TriggerType value.
Method Details
fromString
public static TriggerType fromString(String name)
Creates or finds a TriggerType from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known TriggerType values.
Returns:
Applies to
Azure SDK for Java