public final class NullValue extends Value<Void>
| Modifier and Type | Class and Description |
|---|---|
static class |
NullValue.Builder |
| Constructor and Description |
|---|
NullValue() |
| Modifier and Type | Method and Description |
|---|---|
static NullValue.Builder |
builder()
Deprecated.
|
static NullValue.Builder |
newBuilder() |
static NullValue |
of() |
NullValue.Builder |
toBuilder() |
public NullValue.Builder toBuilder()
public static NullValue of()
@Deprecated public static NullValue.Builder builder()
public static NullValue.Builder newBuilder()
Copyright © 2017 Google. All rights reserved.