Class Overview
An enumeration of snapshot diff types.
Summary
Enum Values |
DocumentChange.Type |
ADDED |
Indicates a new document was added to the set of documents matching the query. |
DocumentChange.Type |
MODIFIED |
Indicates a document within the query was modified. |
DocumentChange.Type |
REMOVED |
Indicates a document within the query was removed (either deleted or no longer matches the
query. |
[Expand]
Inherited Methods |
From class
java.lang.Enum
final
Object
|
clone()
|
final
int
|
compareTo(E arg0)
|
int
|
compareTo(Object arg0)
|
final
boolean
|
equals(Object arg0)
|
final
void
|
finalize()
|
final
Class<E>
|
getDeclaringClass()
|
final
int
|
hashCode()
|
final
String
|
name()
|
final
int
|
ordinal()
|
String
|
toString()
|
static
<T extends Enum<T>>
T
|
valueOf(Class<T> arg0, String arg1)
|
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
java.lang.Comparable
abstract
int
|
compareTo(E arg0)
|
|
Enum Values
Indicates a new document was added to the set of documents matching the query.
Indicates a document within the query was modified.
Indicates a document within the query was removed (either deleted or no longer matches the
query.
Public Methods
public
static
final
Type[]
values
()