Package ai.vectros.types
Class ChangedField.Builder
java.lang.Object
ai.vectros.types.ChangedField.Builder
- Enclosing class:
ChangedField
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()from(ChangedField other) Name of the changed field.Field value before the change (type depends on the field).Field value after the change (type depends on the field).
-
Method Details
-
from
-
name
Name of the changed field.
-
name
-
sourceVal
Field value before the change (type depends on the field).
-
sourceVal
-
targetVal
Field value after the change (type depends on the field).
-
targetVal
-
build
-
additionalProperty
-
additionalProperties
-