static PropertyDefinition.Builder |
PropertyDefinition.builder() |
Create a new builder.
|
PropertyDefinition.Builder |
PropertyDefinition.Builder.copy(PropertyDefinition model) |
|
PropertyDefinition.Builder |
PropertyDefinition.Builder.isRequired(Boolean isRequired) |
Whether instances of the type are required to set this property.
|
PropertyDefinition.Builder |
PropertyDefinition.Builder.isUpdatable(Boolean isUpdatable) |
Indicates if this property value can be updated.
|
PropertyDefinition.Builder |
PropertyDefinition.Builder.name(String name) |
Name of the property.
|
PropertyDefinition.Builder |
PropertyDefinition.toBuilder() |
|
PropertyDefinition.Builder |
PropertyDefinition.Builder.type(String type) |
The properties value type.
|