Property.Builder |
Property.Builder.allowedValues(Collection<AllowedValue> allowedValues) |
A list of AllowedValue objects representing the values allowed for the property.
|
Property.Builder |
Property.Builder.allowedValues(Consumer<AllowedValue.Builder>... allowedValues) |
A list of AllowedValue objects representing the values allowed for the property.
|
Property.Builder |
Property.Builder.allowedValues(AllowedValue... allowedValues) |
A list of AllowedValue objects representing the values allowed for the property.
|
static Property.Builder |
Property.builder() |
|
Property.Builder |
Property.Builder.dataOperationScopes(Collection<DataOperation> dataOperationScopes) |
Indicates which data operations are applicable to the property.
|
Property.Builder |
Property.Builder.dataOperationScopes(DataOperation... dataOperationScopes) |
Indicates which data operations are applicable to the property.
|
Property.Builder |
Property.Builder.dataOperationScopesWithStrings(String... dataOperationScopes) |
Indicates which data operations are applicable to the property.
|
Property.Builder |
Property.Builder.dataOperationScopesWithStrings(Collection<String> dataOperationScopes) |
Indicates which data operations are applicable to the property.
|
Property.Builder |
Property.Builder.defaultValue(String defaultValue) |
The default value for the property.
|
Property.Builder |
Property.Builder.description(String description) |
A description of the property.
|
Property.Builder |
Property.Builder.name(String name) |
The name of the property.
|
Property.Builder |
Property.Builder.propertyTypes(Collection<PropertyType> propertyTypes) |
Describes the type of property.
|
Property.Builder |
Property.Builder.propertyTypes(PropertyType... propertyTypes) |
Describes the type of property.
|
Property.Builder |
Property.Builder.propertyTypesWithStrings(String... propertyTypes) |
Describes the type of property.
|
Property.Builder |
Property.Builder.propertyTypesWithStrings(Collection<String> propertyTypes) |
Describes the type of property.
|
Property.Builder |
Property.Builder.required(Boolean required) |
Indicates whether the property is required.
|
Property.Builder |
Property.toBuilder() |
|