static ImmutableFormDocument.Builder |
ImmutableFormDocument.builder() |
|
ImmutableFormDocument.Builder |
ImmutableFormDocument.Builder.created(LocalDateTime created) |
Initializes the value for the created attribute.
|
ImmutableFormDocument.Builder |
ImmutableFormDocument.Builder.data(io.dialob.api.form.Form data) |
Initializes the value for the data attribute.
|
ImmutableFormDocument.Builder |
ImmutableFormDocument.Builder.description(String description) |
|
ImmutableFormDocument.Builder |
ImmutableFormDocument.Builder.from(DialobDocument instance) |
Fill a builder with attribute values from the provided io.dialob.client.api.DialobDocument instance.
|
ImmutableFormDocument.Builder |
ImmutableFormDocument.Builder.from(DialobDocument.FormDocument instance) |
Fill a builder with attribute values from the provided io.dialob.client.api.DialobDocument.FormDocument instance.
|
ImmutableFormDocument.Builder |
ImmutableFormDocument.Builder.id(String id) |
Initializes the value for the id attribute.
|
ImmutableFormDocument.Builder |
ImmutableFormDocument.Builder.name(String name) |
Initializes the value for the name attribute.
|
ImmutableFormDocument.Builder |
ImmutableFormDocument.Builder.type(DialobDocument.DocumentType type) |
Initializes the value for the type attribute.
|
ImmutableFormDocument.Builder |
ImmutableFormDocument.Builder.updated(LocalDateTime updated) |
Initializes the value for the updated attribute.
|
ImmutableFormDocument.Builder |
ImmutableFormDocument.Builder.version(String version) |
Initializes the value for the version attribute.
|