public static interface GetCalculatedAttributeForProfileResponse.Builder extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<GetCalculatedAttributeForProfileResponse.Builder,GetCalculatedAttributeForProfileResponse>
| Modifier and Type | Method and Description |
|---|---|
GetCalculatedAttributeForProfileResponse.Builder |
calculatedAttributeName(String calculatedAttributeName)
The unique name of the calculated attribute.
|
GetCalculatedAttributeForProfileResponse.Builder |
displayName(String displayName)
The display name of the calculated attribute.
|
GetCalculatedAttributeForProfileResponse.Builder |
isDataPartial(String isDataPartial)
Indicates whether the calculated attribute’s value is based on partial data.
|
GetCalculatedAttributeForProfileResponse.Builder |
value(String value)
The value of the calculated attribute.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetCalculatedAttributeForProfileResponse.Builder calculatedAttributeName(String calculatedAttributeName)
The unique name of the calculated attribute.
calculatedAttributeName - The unique name of the calculated attribute.GetCalculatedAttributeForProfileResponse.Builder displayName(String displayName)
The display name of the calculated attribute.
displayName - The display name of the calculated attribute.GetCalculatedAttributeForProfileResponse.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.GetCalculatedAttributeForProfileResponse.Builder value(String value)
The value of the calculated attribute.
value - The value of the calculated attribute.Copyright © 2023. All rights reserved.