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> |
builder()
Deprecated.
|
static <K extends IncompleteKey> |
builder(FullEntity<K> copyFrom)
Deprecated.
|
static <K extends IncompleteKey> |
builder(K key)
Deprecated.
|
static FullEntity.Builder<IncompleteKey> |
newBuilder() |
static <K extends IncompleteKey> |
newBuilder(FullEntity<K> copyFrom) |
static <K extends IncompleteKey> |
newBuilder(K key) |
@Deprecated public static FullEntity.Builder<IncompleteKey> builder()
public static FullEntity.Builder<IncompleteKey> newBuilder()
@Deprecated public static <K extends IncompleteKey> FullEntity.Builder<K> builder(K key)
public static <K extends IncompleteKey> FullEntity.Builder<K> newBuilder(K key)
@Deprecated public static <K extends IncompleteKey> FullEntity.Builder<K> builder(FullEntity<K> copyFrom)
public static <K extends IncompleteKey> FullEntity.Builder<K> newBuilder(FullEntity<K> copyFrom)
Copyright © 2016 Google. All rights reserved.