public static class IndicatorRelationship.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
IndicatorRelationship.Builder |
attribution(List<DataAttribution> attribution)
The array of attribution data that support this relationship.
|
IndicatorRelationship |
build() |
IndicatorRelationship.Builder |
copy(IndicatorRelationship model) |
IndicatorRelationship.Builder |
name(String name)
The name of the attribute.
|
IndicatorRelationship.Builder |
relatedEntity(EntityReference relatedEntity) |
public IndicatorRelationship.Builder name(String name)
The name of the attribute.
name
- the value to setpublic IndicatorRelationship.Builder relatedEntity(EntityReference relatedEntity)
public IndicatorRelationship.Builder attribution(List<DataAttribution> attribution)
The array of attribution data that support this relationship.
attribution
- the value to setpublic IndicatorRelationship build()
public IndicatorRelationship.Builder copy(IndicatorRelationship model)
Copyright © 2016–2024. All rights reserved.