public class FullEntity<K extends IncompleteKey> extends BaseEntity<K>
BaseEntity
that holds all the properties associated with a Datastore
entity (as opposed to ProjectionEntity
).Modifier and Type | Class and Description |
---|---|
static class |
FullEntity.Builder<K extends IncompleteKey> |
Modifier and Type | Method and Description |
---|---|
static FullEntity.Builder<IncompleteKey> |
newBuilder() |
static <K extends IncompleteKey> |
newBuilder(FullEntity<K> copyFrom) |
static <K extends IncompleteKey> |
newBuilder(K key) |
public static FullEntity.Builder<IncompleteKey> newBuilder()
public static <K extends IncompleteKey> FullEntity.Builder<K> newBuilder(K key)
public static <K extends IncompleteKey> FullEntity.Builder<K> newBuilder(FullEntity<K> copyFrom)
Copyright © 2019 Google LLC. All rights reserved.