static ImmutableFormMetadata |
ImmutableFormMetadata.copyOf(Form.Metadata instance) |
|
ImmutableFormMetadata.Builder |
ImmutableFormMetadata.Builder.from(Form.Metadata instance) |
Fill a builder with attribute values from the provided Metadata instance.
|
ModifiableFormMetadata |
ModifiableFormMetadata.from(Form.Metadata instance) |
Fill this modifiable instance with attribute values from the provided Form.Metadata instance.
|
FormRepository.Modifier |
FormRepository.Modifier.initMetadata(Form.Metadata value) |
Specify an initial value for the metadata attribute.
|
FormRepository.Updater |
FormRepository.Updater.initMetadata(Form.Metadata value) |
Specify an initial value for the metadata attribute.
|
FormRepository.Criteria |
FormRepository.Criteria.metadata(Form.Metadata value) |
|
ImmutableForm.Builder |
ImmutableForm.Builder.metadata(Form.Metadata metadata) |
Initializes the value for the metadata attribute.
|
FormRepository.Criteria |
FormRepository.Criteria.metadataIn(Form.Metadata first,
Form.Metadata second,
Form.Metadata... rest) |
|
FormRepository.Criteria |
FormRepository.Criteria.metadataNot(Form.Metadata value) |
|
FormRepository.Criteria |
FormRepository.Criteria.metadataNotIn(Form.Metadata first,
Form.Metadata second,
Form.Metadata... rest) |
|
FormRepository.Modifier |
FormRepository.Modifier.setMetadata(Form.Metadata value) |
Specify a new value for the metadata attribute.
|
FormRepository.Updater |
FormRepository.Updater.setMetadata(Form.Metadata value) |
Specify a new value for the metadata attribute.
|
ModifiableForm |
ModifiableForm.setMetadata(Form.Metadata metadata) |
Assigns a value to the metadata attribute.
|
ImmutableForm |
ImmutableForm.withMetadata(Form.Metadata value) |
Copy the current immutable object by setting a value for the metadata attribute.
|