ImmutableFormDocument |
ImmutableFormDocument.Builder.build() |
|
static ImmutableFormDocument |
ImmutableFormDocument.copyOf(DialobDocument.FormDocument instance) |
|
ImmutableFormDocument |
ImmutableFormDocument.withCreated(LocalDateTime value) |
Copy the current immutable object by setting a value for the created attribute.
|
ImmutableFormDocument |
ImmutableFormDocument.withData(io.dialob.api.form.Form value) |
Copy the current immutable object by setting a value for the data attribute.
|
ImmutableFormDocument |
ImmutableFormDocument.withDescription(String value) |
Copy the current immutable object by setting a value for the description attribute.
|
ImmutableFormDocument |
ImmutableFormDocument.withId(String value) |
Copy the current immutable object by setting a value for the id attribute.
|
ImmutableFormDocument |
ImmutableFormDocument.withName(String value) |
Copy the current immutable object by setting a value for the name attribute.
|
ImmutableFormDocument |
ImmutableFormDocument.withType(DialobDocument.DocumentType value) |
Copy the current immutable object by setting a value for the type attribute.
|
ImmutableFormDocument |
ImmutableFormDocument.withUpdated(LocalDateTime value) |
Copy the current immutable object by setting a value for the updated attribute.
|
ImmutableFormDocument |
ImmutableFormDocument.withVersion(String value) |
Copy the current immutable object by setting a value for the version attribute.
|