Mongo Scala Driver - org.mongodb.scala.model.ValidationAction (original) (raw)

object ValidationAction

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. ValidationAction

  2. AnyRef

  3. Any

  4. Hide All

  5. Show All

Visibility

  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. final def ==(arg0: Any): Boolean
  4. val ERROR: ValidationAction
    Documents must pass validation before the write occurs.
  5. val WARN: ValidationAction
    Documents do not have to pass validation.
  6. final def asInstanceOf[T0]: T0
  7. def clone(): AnyRef
  8. final def eq(arg0: AnyRef): Boolean
  9. def equals(arg0: AnyRef): Boolean
  10. def finalize(): Unit
  11. def fromString(validationAction: String): Try[ValidationAction]
    Returns the validationAction from the string representation of a validation action.
  12. final def getClass(): Class[_ <: AnyRef]
  13. def hashCode(): Int
  14. final def isInstanceOf[T0]: Boolean
  15. final def ne(arg0: AnyRef): Boolean
  16. final def notify(): Unit
  17. final def notifyAll(): Unit
  18. final def synchronized[T0](arg0: => T0): T0
  19. def toString(): String
  20. final def wait(): Unit
  21. final def wait(arg0: Long, arg1: Int): Unit
  22. final def wait(arg0: Long): Unit

Ungrouped