Enum BaseChangeEvent.OperationType
On this page
io.realm.mongodb.mongo.events
io.realm.mongodb.mongo.events.BaseChangeEvent.OperationType
Enclosing class:
Represents the different MongoDB operations that can occur.
Enum Constant Summary
Method Summary
Modifier and Type | Method and Description |
---|---|
public static BaseChangeEvent.OperationType | |
public static BaseChangeEvent.OperationType | values () |
Inherited Methods
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
Enum Constant Detail
DELETE

public static final BaseChangeEvent.OperationType
INSERT

public static final BaseChangeEvent.OperationType
REPLACE

public static final BaseChangeEvent.OperationType
UNKNOWN

public static final BaseChangeEvent.OperationType
UPDATE

public static final BaseChangeEvent.OperationType
Method Detail
valueOf
values
public static BaseChangeEvent.OperationType values () |
---|