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

object ValidationLevel

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. ValidationLevel

  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 MODERATE: ValidationLevel
    Applies validation rules to inserts and to updates on existing valid documents.
  5. val OFF: ValidationLevel
    No validation for inserts or updates.
  6. val STRICT: ValidationLevel
    Apply validation rules to all inserts and all updates.
  7. final def asInstanceOf[T0]: T0
  8. def clone(): AnyRef
  9. final def eq(arg0: AnyRef): Boolean
  10. def equals(arg0: AnyRef): Boolean
  11. def finalize(): Unit
  12. def fromString(validationLevel: String): Try[ValidationLevel]
    Returns the ValidationLevel from the string representation of the validation level.
  13. final def getClass(): Class[_ <: AnyRef]
  14. def hashCode(): Int
  15. final def isInstanceOf[T0]: Boolean
  16. final def ne(arg0: AnyRef): Boolean
  17. final def notify(): Unit
  18. final def notifyAll(): Unit
  19. final def synchronized[T0](arg0: => T0): T0
  20. def toString(): String
  21. final def wait(): Unit
  22. final def wait(arg0: Long, arg1: Int): Unit
  23. final def wait(arg0: Long): Unit

Ungrouped