public abstract class FieldValue extends Object
| Modifier and Type | Method and Description |
|---|---|
static Object |
delete()
Returns a sentinel used with update() to mark a field for deletion.
|
boolean |
equals(Object obj)
Returns true if this FieldValue is equal to the provided object.
|
int |
hashCode() |
static Object |
serverTimestamp()
Returns a sentinel used with set() or update() to include a server-generated timestamp in the
written data.
|
@Nonnull public static Object serverTimestamp()
@Nonnull public static Object delete()
public boolean equals(Object obj)
Copyright © 2018 Google LLC. All rights reserved.