public abstract class StringObjectValue extends Object implements ObjectValue
| Modifier and Type | Class and Description |
|---|---|
static class |
StringObjectValue.Builder |
| Constructor and Description |
|---|
StringObjectValue() |
| Modifier and Type | Method and Description |
|---|---|
static StringObjectValue.Builder |
builder() |
TypeNode |
type() |
abstract String |
value() |
static StringObjectValue |
withValue(String value) |
public abstract String value()
value in interface ObjectValuevalue in interface Valuepublic TypeNode type()
type in interface ObjectValuetype in interface Valuepublic static StringObjectValue.Builder builder()
public static StringObjectValue withValue(String value)
Copyright © 2022 Google LLC. All rights reserved.