Class TriggerType
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<TriggerType>
com.microsoft.azure.management.cosmosdb.TriggerType
Defines values for TriggerType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TriggerTypeStatic value Post for TriggerType.static final TriggerTypeStatic value Pre for TriggerType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TriggerTypefromString(String name) Creates or finds a TriggerType from its string representation.static Collection<TriggerType>values()Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
PRE
Static value Pre for TriggerType. -
POST
Static value Post for TriggerType.
-
-
Constructor Details
-
TriggerType
public TriggerType()
-
-
Method Details
-
fromString
Creates or finds a TriggerType from its string representation.- Parameters:
name- a name to look for- Returns:
- the corresponding TriggerType
-
values
- Returns:
- known TriggerType values
-