public static class FieldSelection.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
FieldSelection.Builder |
addField(String... fieldPath) |
FieldSelection.Builder |
addField(Writable valueIfMissing,
String... fieldPath) |
FieldSelection |
build() |
public FieldSelection.Builder addField(String... fieldPath)
fieldPath - Path to the field. For example, {"a", "b", "c"} would be a field named c, in an object b,
where b is in an object apublic FieldSelection.Builder addField(Writable valueIfMissing, String... fieldPath)
public FieldSelection build()
Copyright © 2020. All rights reserved.