Docs Menu

Docs HomeDevelop ApplicationsAtlas Device SDKs

Enum BaseChangeEvent.OperationType

On this page

  • io.realm.mongodb.mongo.events
  • Enum Constant Summary
  • Method Summary
  • Inherited Methods
  • Enum Constant Detail
  • DELETE
  • INSERT
  • REPLACE
  • UNKNOWN
  • UPDATE
  • Method Detail
  • valueOf
  • values
io.realm.mongodb.mongo.events.BaseChangeEvent.OperationType

Enclosing class:

BaseChangeEvent

Represents the different MongoDB operations that can occur.

Enum Constant and Description
DELETE
Modifier and Type
Method and Description
  • Methods inherited from class java.lang.Object : getClass , hashCode , equals , clone , toString , notify , notifyAll , wait , wait , wait , finalize

  • Methods inherited from class java.lang.Enum : name , ordinal , toString , equals , hashCode , clone , compareTo , getDeclaringClass , valueOf , finalize

public static final BaseChangeEvent.OperationType

public static final BaseChangeEvent.OperationType

public static final BaseChangeEvent.OperationType

public static final BaseChangeEvent.OperationType

public static final BaseChangeEvent.OperationType

← Class BaseChangeEvent