Package com.google.cloud.datastore
Class NullValue
- java.lang.Object
-
- com.google.cloud.datastore.Value<Void>
-
- com.google.cloud.datastore.NullValue
-
- All Implemented Interfaces:
Serializable
public final class NullValue extends Value<Void>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NullValue.Builder
-
Constructor Summary
Constructors Constructor Description NullValue()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NullValue.Builder
newBuilder()
static NullValue
of()
NullValue.Builder
toBuilder()
-
-
-
Method Detail
-
toBuilder
public NullValue.Builder toBuilder()
-
of
public static NullValue of()
-
newBuilder
public static NullValue.Builder newBuilder()
-
-