static CalculatedAttributeValue.Builder |
CalculatedAttributeValue.builder() |
|
CalculatedAttributeValue.Builder |
CalculatedAttributeValue.Builder.calculatedAttributeName(String calculatedAttributeName) |
The unique name of the calculated attribute.
|
CalculatedAttributeValue.Builder |
CalculatedAttributeValue.Builder.displayName(String displayName) |
The display name of the calculated attribute.
|
CalculatedAttributeValue.Builder |
CalculatedAttributeValue.Builder.isDataPartial(String isDataPartial) |
Indicates whether the calculated attribute's value is based on partial data.
|
CalculatedAttributeValue.Builder |
CalculatedAttributeValue.Builder.profileId(String profileId) |
The profile id belonging to this calculated attribute value.
|
CalculatedAttributeValue.Builder |
CalculatedAttributeValue.toBuilder() |
|
CalculatedAttributeValue.Builder |
CalculatedAttributeValue.Builder.value(String value) |
The value of the calculated attribute.
|