ImmutableHistoryEntity.Builder |
ImmutableHistoryEntity.Builder.addAllBody(Iterable<? extends DialobStore.DetachedEntity> elements) |
Adds elements to body list.
|
ImmutableHistoryEntity.Builder |
ImmutableHistoryEntity.Builder.addBody(DialobStore.DetachedEntity element) |
Adds one element to body list.
|
ImmutableHistoryEntity.Builder |
ImmutableHistoryEntity.Builder.addBody(DialobStore.DetachedEntity... elements) |
Adds elements to body list.
|
ImmutableHistoryEntity.Builder |
ImmutableHistoryEntity.Builder.body(Iterable<? extends DialobStore.DetachedEntity> elements) |
Sets or replaces all elements for body list.
|
ImmutableHistoryEntity.Builder |
ImmutableHistoryEntity.Builder.bodyType(io.dialob.api.form.FormEntity bodyType) |
Initializes the value for the bodyType attribute.
|
static ImmutableHistoryEntity.Builder |
ImmutableHistoryEntity.builder() |
|
ImmutableHistoryEntity.Builder |
ImmutableHistoryEntity.Builder.from(DialobStore.HistoryEntity instance) |
Fill a builder with attribute values from the provided HistoryEntity instance.
|
ImmutableHistoryEntity.Builder |
ImmutableHistoryEntity.Builder.id(String id) |
Initializes the value for the id attribute.
|