public static final class Entity.Builder extends BaseEntity.Builder<Key,Entity.Builder>
Methods
build()
public Entity build()
Returns | |
---|---|
Type | Description |
Entity |
setKey(Key key)
public Entity.Builder setKey(Key key)
Sets the key for the entity.
Parameter | |
---|---|
Name | Description |
key |
Key |
Returns | |
---|---|
Type | Description |
Entity.Builder |