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 |
newBuilder() |
static NullValue |
of() |
NullValue.Builder |
toBuilder() |
public NullValue.Builder toBuilder()
public static NullValue of()
public static NullValue.Builder newBuilder()
Copyright © 2019 Google LLC. All rights reserved.