Controls the return value for server timestamps that have not yet been set to their final
value.
Inherited Method Summary
From class
java.lang.Enum
|
final
Object
|
clone()
|
|
final
int
|
|
|
int
|
|
|
final
boolean
|
|
|
final
void
|
finalize()
|
|
final
Class<E>
|
getDeclaringClass()
|
|
final
int
|
hashCode()
|
|
final
String
|
name()
|
|
final
int
|
ordinal()
|
|
String
|
toString()
|
|
static
<T extends Enum<T>>
T
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
|
|
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
Enum Values
public
static
final
DocumentSnapshot.ServerTimestampBehavior
ESTIMATE
Return local estimates for ServerTimestamps that have not yet been set to their final value. This estimate will likely
differ from the final value and may cause these pending values to change once the server
result becomes available.
public
static
final
DocumentSnapshot.ServerTimestampBehavior
NONE
Return 'null' for ServerTimestamps that have not yet been set to their final value.
public
static
final
DocumentSnapshot.ServerTimestampBehavior
PREVIOUS
Return the previous value for ServerTimestamps that have not yet been set to their final value.