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