Class FullEntity<K> (2.10.1)

public class FullEntity<K> extends BaseEntity<K>

A full entity is a BaseEntity that holds all the properties associated with a Datastore entity (as opposed to ProjectionEntity).

Inheritance

java.lang.Object > BaseEntity > FullEntity<K>

Type Parameter

NameDescription
K

Static Methods

<K>newBuilder(K key)

public static FullEntity.Builder<K> <K>newBuilder(K key)
Parameter
NameDescription
keyK
Returns
TypeDescription
Builder<K>

<K>newBuilder(FullEntity<K> copyFrom)

public static FullEntity.Builder<K> <K>newBuilder(FullEntity<K> copyFrom)
Parameter
NameDescription
copyFromFullEntity<K>
Returns
TypeDescription
Builder<K>

fromPb(Entity entityPb)

public static FullEntity<?> fromPb(Entity entityPb)
Parameter
NameDescription
entityPbEntity
Returns
TypeDescription
FullEntity<?>

newBuilder()

public static FullEntity.Builder<IncompleteKey> newBuilder()
Returns
TypeDescription
Builder<IncompleteKey>