ImmutableFormTag |
ImmutableFormTag.Builder.build() |
|
static ImmutableFormTag |
ImmutableFormTag.copyOf(FormTag instance) |
Creates an immutable copy of a FormTag value.
|
ImmutableFormTag |
ImmutableFormTag.withCreated(Date value) |
Copy the current immutable object by setting a value for the created attribute.
|
ImmutableFormTag |
ImmutableFormTag.withDescription(String value) |
Copy the current immutable object by setting a value for the description attribute.
|
ImmutableFormTag |
ImmutableFormTag.withFormId(String value) |
Copy the current immutable object by setting a value for the formId attribute.
|
ImmutableFormTag |
ImmutableFormTag.withFormName(String value) |
Copy the current immutable object by setting a value for the formName attribute.
|
ImmutableFormTag |
ImmutableFormTag.withName(String value) |
Copy the current immutable object by setting a value for the name attribute.
|
ImmutableFormTag |
ImmutableFormTag.withRefName(String value) |
Copy the current immutable object by setting a value for the refName attribute.
|
ImmutableFormTag |
ImmutableFormTag.withType(FormTag.Type value) |
Copy the current immutable object by setting a value for the type attribute.
|