Object/Trait

com.salesforce.op

OpWorkflowRunType

Related Docs: trait OpWorkflowRunType | package op

Permalink

object OpWorkflowRunType extends Enum[OpWorkflowRunType] with Serializable

Linear Supertypes
Serializable, Serializable, Enum[OpWorkflowRunType], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OpWorkflowRunType
  2. Serializable
  3. Serializable
  4. Enum
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Evaluate extends EnumEntry with OpWorkflowRunType with Product with Serializable

    Permalink
  5. object Features extends EnumEntry with OpWorkflowRunType with Product with Serializable

    Permalink
  6. object Score extends EnumEntry with OpWorkflowRunType with Product with Serializable

    Permalink
  7. object StreamingScore extends EnumEntry with OpWorkflowRunType with Product with Serializable

    Permalink
  8. object Train extends EnumEntry with OpWorkflowRunType with Product with Serializable

    Permalink
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. macro def findValues: Seq[OpWorkflowRunType]

    Permalink
    Attributes
    protected
    Definition Classes
    Enum
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. def indexOf(member: OpWorkflowRunType): Int

    Permalink
    Definition Classes
    Enum
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. final lazy val lowerCaseNamesToValuesMap: Map[String, OpWorkflowRunType]

    Permalink
    Definition Classes
    Enum
  20. final lazy val namesToValuesMap: Map[String, OpWorkflowRunType]

    Permalink
    Definition Classes
    Enum
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  26. final lazy val upperCaseNameValuesToMap: Map[String, OpWorkflowRunType]

    Permalink
    Definition Classes
    Enum
  27. val values: Seq[OpWorkflowRunType]

    Permalink
    Definition Classes
    OpWorkflowRunType → Enum
  28. final lazy val valuesToIndex: Map[OpWorkflowRunType, Int]

    Permalink
    Definition Classes
    Enum
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. def withName(name: String): OpWorkflowRunType

    Permalink
    Definition Classes
    Enum
  33. def withNameInsensitive(name: String): OpWorkflowRunType

    Permalink
    Definition Classes
    Enum
  34. def withNameInsensitiveOption(name: String): Option[OpWorkflowRunType]

    Permalink
    Definition Classes
    Enum
  35. def withNameLowercaseOnly(name: String): OpWorkflowRunType

    Permalink
    Definition Classes
    Enum
  36. def withNameLowercaseOnlyOption(name: String): Option[OpWorkflowRunType]

    Permalink
    Definition Classes
    Enum
  37. def withNameOption(name: String): Option[OpWorkflowRunType]

    Permalink
    Definition Classes
    Enum
  38. def withNameUppercaseOnly(name: String): OpWorkflowRunType

    Permalink
    Definition Classes
    Enum
  39. def withNameUppercaseOnlyOption(name: String): Option[OpWorkflowRunType]

    Permalink
    Definition Classes
    Enum

Inherited from Serializable

Inherited from Serializable

Inherited from Enum[OpWorkflowRunType]

Inherited from AnyRef

Inherited from Any

Ungrouped