ImmutableFormRevisionDocument |
ImmutableFormRevisionDocument.Builder.build() |
|
static ImmutableFormRevisionDocument |
ImmutableFormRevisionDocument.copyOf(DialobDocument.FormRevisionDocument instance) |
|
ImmutableFormRevisionDocument |
ImmutableFormRevisionDocument.withCreated(LocalDateTime value) |
Copy the current immutable object by setting a value for the created attribute.
|
ImmutableFormRevisionDocument |
ImmutableFormRevisionDocument.withDescription(String value) |
Copy the current immutable object by setting a value for the description attribute.
|
ImmutableFormRevisionDocument |
ImmutableFormRevisionDocument.withEntries(DialobDocument.FormRevisionEntryDocument... elements) |
Copy the current immutable object with elements that replace the content of entries.
|
ImmutableFormRevisionDocument |
ImmutableFormRevisionDocument.withEntries(Iterable<? extends DialobDocument.FormRevisionEntryDocument> elements) |
Copy the current immutable object with elements that replace the content of entries.
|
ImmutableFormRevisionDocument |
ImmutableFormRevisionDocument.withHead(String value) |
Copy the current immutable object by setting a value for the head attribute.
|
ImmutableFormRevisionDocument |
ImmutableFormRevisionDocument.withId(String value) |
Copy the current immutable object by setting a value for the id attribute.
|
ImmutableFormRevisionDocument |
ImmutableFormRevisionDocument.withName(String value) |
Copy the current immutable object by setting a value for the name attribute.
|
ImmutableFormRevisionDocument |
ImmutableFormRevisionDocument.withType(DialobDocument.DocumentType value) |
Copy the current immutable object by setting a value for the type attribute.
|
ImmutableFormRevisionDocument |
ImmutableFormRevisionDocument.withUpdated(LocalDateTime value) |
Copy the current immutable object by setting a value for the updated attribute.
|
ImmutableFormRevisionDocument |
ImmutableFormRevisionDocument.withVersion(String value) |
Copy the current immutable object by setting a value for the version attribute.
|