static ImmutableFormUpdatedEvent.Builder |
ImmutableFormUpdatedEvent.builder() |
|
ImmutableFormUpdatedEvent.Builder |
ImmutableFormUpdatedEvent.Builder.formId(String formId) |
Initializes the value for the formId attribute.
|
ImmutableFormUpdatedEvent.Builder |
ImmutableFormUpdatedEvent.Builder.from(DistributedEvent instance) |
Fill a builder with attribute values from the provided io.dialob.integration.api.event.DistributedEvent instance.
|
ImmutableFormUpdatedEvent.Builder |
ImmutableFormUpdatedEvent.Builder.from(FormEvent instance) |
Fill a builder with attribute values from the provided io.dialob.integration.api.event.FormEvent instance.
|
ImmutableFormUpdatedEvent.Builder |
ImmutableFormUpdatedEvent.Builder.from(FormUpdatedEvent instance) |
Fill a builder with attribute values from the provided io.dialob.integration.api.event.FormUpdatedEvent instance.
|
ImmutableFormUpdatedEvent.Builder |
ImmutableFormUpdatedEvent.Builder.from(TenantScopedEvent instance) |
Fill a builder with attribute values from the provided io.dialob.integration.api.event.TenantScopedEvent instance.
|
ImmutableFormUpdatedEvent.Builder |
ImmutableFormUpdatedEvent.Builder.revision(String revision) |
Initializes the value for the revision attribute.
|
ImmutableFormUpdatedEvent.Builder |
ImmutableFormUpdatedEvent.Builder.source(String source) |
Initializes the value for the source attribute.
|
ImmutableFormUpdatedEvent.Builder |
ImmutableFormUpdatedEvent.Builder.tenant(Tenant tenant) |
Initializes the value for the tenant attribute.
|