Class FullEntity<K> (2.19.2)

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

Name Description
K

Static Methods

<K>newBuilder(K key)

public static FullEntity.Builder<K> <K>newBuilder(K key)
Parameter
Name Description
key K
Returns
Type Description
Builder<K>

<K>newBuilder(FullEntity<K> copyFrom)

public static FullEntity.Builder<K> <K>newBuilder(FullEntity<K> copyFrom)
Parameter
Name Description
copyFrom FullEntity<K>
Returns
Type Description
Builder<K>

fromPb(Entity entityPb)

public static FullEntity<?> fromPb(Entity entityPb)
Parameter
Name Description
entityPb Entity
Returns
Type Description
FullEntity<?>

newBuilder()

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