public static class AssociationProperty.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AssociationProperty |
build() |
AssociationProperty.Builder |
copy(AssociationProperty model) |
AssociationProperty.Builder |
name(String name)
The name of the association property.
|
AssociationProperty.Builder |
patterns(List<PatternOverride> patterns)
A list of pattern level overrides for this property.
|
AssociationProperty.Builder |
value(String value)
The value of the association property.
|
public AssociationProperty.Builder name(String name)
The name of the association property.
name
- the value to setpublic AssociationProperty.Builder value(String value)
The value of the association property.
value
- the value to setpublic AssociationProperty.Builder patterns(List<PatternOverride> patterns)
A list of pattern level overrides for this property.
patterns
- the value to setpublic AssociationProperty build()
public AssociationProperty.Builder copy(AssociationProperty model)
Copyright © 2016–2024. All rights reserved.