Class TriggerType
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<TriggerType>
com.microsoft.azure.management.cosmosdb.TriggerType
Defines values for TriggerType.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TriggerType
Static value Post for TriggerType.static final TriggerType
Static value Pre for TriggerType. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic TriggerType
fromString
(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
-