Enum Class FlowTriggerType

java.lang.Object
java.lang.Enum<FlowTriggerType>
com.sforce.soap.metadata.FlowTriggerType
All Implemented Interfaces:
Serializable, Comparable<FlowTriggerType>, java.lang.constant.Constable

public enum FlowTriggerType extends Enum<FlowTriggerType>
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
  • Enum Constant Details

    • None

      public static final FlowTriggerType None
      Enumeration : None
    • Scheduled

      public static final FlowTriggerType Scheduled
      Enumeration : Scheduled
    • RecordBeforeSave

      public static final FlowTriggerType RecordBeforeSave
      Enumeration : RecordBeforeSave
    • RecordBeforeDelete

      public static final FlowTriggerType RecordBeforeDelete
      Enumeration : RecordBeforeDelete
    • ScheduledJourney

      public static final FlowTriggerType ScheduledJourney
      Enumeration : ScheduledJourney
    • RecordAfterSave

      public static final FlowTriggerType RecordAfterSave
      Enumeration : RecordAfterSave
    • PlatformEvent

      public static final FlowTriggerType PlatformEvent
      Enumeration : PlatformEvent
    • EventDrivenJourney

      public static final FlowTriggerType EventDrivenJourney
      Enumeration : EventDrivenJourney
    • Segment

      public static final FlowTriggerType Segment
      Enumeration : Segment
  • Field Details

  • Method Details

    • values

      public static FlowTriggerType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static FlowTriggerType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • toString

      public String toString()
      Overrides:
      toString in class Enum<FlowTriggerType>