public final class Entity extends FullEntity<Key>
Key
.Modifier and Type | Class and Description |
---|---|
static class |
Entity.Builder |
Modifier and Type | Method and Description |
---|---|
static Entity.Builder |
newBuilder(Entity copyFrom) |
static Entity.Builder |
newBuilder(Key key) |
static Entity.Builder |
newBuilder(Key key,
FullEntity<?> copyFrom) |
newBuilder
public static Entity.Builder newBuilder(Key key)
public static Entity.Builder newBuilder(Entity copyFrom)
public static Entity.Builder newBuilder(Key key, FullEntity<?> copyFrom)
Copyright © 2019 Google LLC. All rights reserved.