Class TriggerType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<TriggerType>
-
- com.azure.resourcemanager.cosmos.models.TriggerType
-
public final class TriggerType extends com.azure.core.util.ExpandableStringEnum<TriggerType>
Defines values for TriggerType.
-
-
Field Summary
Fields Modifier and Type Field Description static TriggerTypePOSTStatic value Post for TriggerType.static TriggerTypePREStatic value Pre for TriggerType.
-
Constructor Summary
Constructors Constructor Description TriggerType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TriggerTypefromString(String name)Creates or finds a TriggerType from its string representation.static Collection<TriggerType>values()
-
-
-
Field Detail
-
PRE
public static final TriggerType PRE
Static value Pre for TriggerType.
-
POST
public static final TriggerType POST
Static value Post for TriggerType.
-
-
Method Detail
-
fromString
public static TriggerType fromString(String name)
Creates or finds a TriggerType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding TriggerType.
-
values
public static Collection<TriggerType> values()
- Returns:
- known TriggerType values.
-
-