Class TriggerType

java.lang.Object
com.microsoft.rest.ExpandableStringEnum<TriggerType>
com.microsoft.azure.management.cosmosdb.TriggerType

public final class TriggerType extends com.microsoft.rest.ExpandableStringEnum<TriggerType>
Defines values for TriggerType.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final TriggerType
    Static value Post for TriggerType.
    static final TriggerType
    Static value Pre for TriggerType.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates or finds a TriggerType from its string representation.
     

    Methods inherited from class com.microsoft.rest.ExpandableStringEnum

    equals, fromString, hashCode, toString, values, withNameValue

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • PRE

      public static final TriggerType PRE
      Static value Pre for TriggerType.
    • POST

      public static final TriggerType POST
      Static value Post for TriggerType.
  • Constructor Details

    • TriggerType

      public TriggerType()
  • Method Details

    • 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