| Modifier and Type | Method and Description |
|---|---|
RowName |
RowName.Builder.build() |
static RowName |
RowName.of(String table,
String row) |
static RowName |
RowName.parse(String formattedString) |
| Modifier and Type | Method and Description |
|---|---|
static List<RowName> |
RowName.parseList(List<String> formattedStrings) |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
RowName.toStringList(List<RowName> values) |
Copyright © 2024 Google LLC. All rights reserved.