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