ImmutableFormReleaseDocument |
ImmutableFormReleaseDocument.Builder.build() |
|
static ImmutableFormReleaseDocument |
ImmutableFormReleaseDocument.copyOf(DialobDocument.FormReleaseDocument instance) |
|
ImmutableFormReleaseDocument |
ImmutableFormReleaseDocument.withCreated(LocalDateTime value) |
Copy the current immutable object by setting a value for the created attribute.
|
ImmutableFormReleaseDocument |
ImmutableFormReleaseDocument.withDescription(String value) |
Copy the current immutable object by setting a value for the description attribute.
|
ImmutableFormReleaseDocument |
ImmutableFormReleaseDocument.withId(String value) |
Copy the current immutable object by setting a value for the id attribute.
|
ImmutableFormReleaseDocument |
ImmutableFormReleaseDocument.withName(String value) |
Copy the current immutable object by setting a value for the name attribute.
|
ImmutableFormReleaseDocument |
ImmutableFormReleaseDocument.withType(DialobDocument.DocumentType value) |
Copy the current immutable object by setting a value for the type attribute.
|
ImmutableFormReleaseDocument |
ImmutableFormReleaseDocument.withValues(DialobDocument.FormReleaseValueDocument... elements) |
Copy the current immutable object with elements that replace the content of values.
|
ImmutableFormReleaseDocument |
ImmutableFormReleaseDocument.withValues(Iterable<? extends DialobDocument.FormReleaseValueDocument> elements) |
Copy the current immutable object with elements that replace the content of values.
|
ImmutableFormReleaseDocument |
ImmutableFormReleaseDocument.withVersion(String value) |
Copy the current immutable object by setting a value for the version attribute.
|