public static interface DisplayData.ItemBuilder extends DisplayData.Builder
| Modifier and Type | Method and Description |
|---|---|
DisplayData.ItemBuilder |
withLabel(String label)
Add a human-readable label to describe the most-recently added metadata field.
|
DisplayData.ItemBuilder |
withLinkUrl(String url)
Add a link URL to the most-recently added display metadata.
|
DisplayData.ItemBuilder withLabel(@Nullable String label)
Specifying a null value will clear the label if it was previously defined.
DisplayData.ItemBuilder withLinkUrl(@Nullable String url)
Specifying a null value will clear the URL if it was previously defined.