public abstract static class Entity.Blueprint.Builder<B,This extends Entity.Blueprint.Builder<B,This>> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected Map<String,Object> |
properties |
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
abstract B |
build() |
protected This |
castThis() |
This |
withId(String id) |
This |
withProperties(Map<String,Object> properties) |
This |
withProperty(String key,
Object value) |
Copyright © 2015 Red Hat, Inc.. All rights reserved.