public static interface ListCalculatedAttributeForProfileItem.Builder extends SdkPojo, CopyableBuilder<ListCalculatedAttributeForProfileItem.Builder,ListCalculatedAttributeForProfileItem>
| Modifier and Type | Method and Description |
|---|---|
ListCalculatedAttributeForProfileItem.Builder |
calculatedAttributeName(String calculatedAttributeName)
The unique name of the calculated attribute.
|
ListCalculatedAttributeForProfileItem.Builder |
displayName(String displayName)
The display name of the calculated attribute.
|
ListCalculatedAttributeForProfileItem.Builder |
isDataPartial(String isDataPartial)
Indicates whether the calculated attribute’s value is based on partial data.
|
ListCalculatedAttributeForProfileItem.Builder |
value(String value)
The value of the calculated attribute.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListCalculatedAttributeForProfileItem.Builder calculatedAttributeName(String calculatedAttributeName)
The unique name of the calculated attribute.
calculatedAttributeName - The unique name of the calculated attribute.ListCalculatedAttributeForProfileItem.Builder displayName(String displayName)
The display name of the calculated attribute.
displayName - The display name of the calculated attribute.ListCalculatedAttributeForProfileItem.Builder isDataPartial(String isDataPartial)
Indicates whether the calculated attribute’s value is based on partial data. If data is partial, it is set to true.
isDataPartial - Indicates whether the calculated attribute’s value is based on partial data. If data is partial, it is
set to true.ListCalculatedAttributeForProfileItem.Builder value(String value)
The value of the calculated attribute.
value - The value of the calculated attribute.Copyright © 2023. All rights reserved.