File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
firebase-firestore/src/main/java/com/google/firebase/firestore Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 26
26
27
27
/**
28
28
* An options object that configures the behavior of {@code set()} calls. By providing one of the
29
- * SetOptions objects returned by {@link #merge}, {@link #mergeFields} and {@link #mergeFieldPaths},
30
- * the {@code set()} calls in {@link DocumentReference}, {@link WriteBatch} and {@link Transaction}
31
- * can be configured to perform granular merges instead of overwriting the target documents in their
32
- * entirety.
29
+ * SetOptions objects returned by {@link #merge() }, {@link #mergeFields(List<String>) } and {@link
30
+ * #mergeFieldPaths(List<FieldPath>)}, the {@code set()} calls in {@link DocumentReference}, {@link
31
+ * WriteBatch} and {@link Transaction} can be configured to perform granular merges instead of
32
+ * overwriting the target documents in their entirety.
33
33
*/
34
34
public final class SetOptions {
35
35
You can’t perform that action at this time.
0 commit comments