static BatchGetCalculatedAttributeForProfileResponse.Builder |
BatchGetCalculatedAttributeForProfileResponse.builder() |
|
BatchGetCalculatedAttributeForProfileResponse.Builder |
BatchGetCalculatedAttributeForProfileResponse.Builder.calculatedAttributeValues(Collection<CalculatedAttributeValue> calculatedAttributeValues) |
List of calculated attribute values retrieved.
|
BatchGetCalculatedAttributeForProfileResponse.Builder |
BatchGetCalculatedAttributeForProfileResponse.Builder.calculatedAttributeValues(Consumer<CalculatedAttributeValue.Builder>... calculatedAttributeValues) |
List of calculated attribute values retrieved.
|
BatchGetCalculatedAttributeForProfileResponse.Builder |
BatchGetCalculatedAttributeForProfileResponse.Builder.calculatedAttributeValues(CalculatedAttributeValue... calculatedAttributeValues) |
List of calculated attribute values retrieved.
|
default BatchGetCalculatedAttributeForProfileResponse.Builder |
BatchGetCalculatedAttributeForProfileResponse.Builder.conditionOverrides(Consumer<ConditionOverrides.Builder> conditionOverrides) |
Overrides the condition block within the original calculated attribute definition.
|
BatchGetCalculatedAttributeForProfileResponse.Builder |
BatchGetCalculatedAttributeForProfileResponse.Builder.conditionOverrides(ConditionOverrides conditionOverrides) |
Overrides the condition block within the original calculated attribute definition.
|
BatchGetCalculatedAttributeForProfileResponse.Builder |
BatchGetCalculatedAttributeForProfileResponse.Builder.errors(Collection<BatchGetCalculatedAttributeForProfileError> errors) |
List of errors for calculated attribute values that could not be retrieved.
|
BatchGetCalculatedAttributeForProfileResponse.Builder |
BatchGetCalculatedAttributeForProfileResponse.Builder.errors(Consumer<BatchGetCalculatedAttributeForProfileError.Builder>... errors) |
List of errors for calculated attribute values that could not be retrieved.
|
BatchGetCalculatedAttributeForProfileResponse.Builder |
BatchGetCalculatedAttributeForProfileResponse.Builder.errors(BatchGetCalculatedAttributeForProfileError... errors) |
List of errors for calculated attribute values that could not be retrieved.
|
BatchGetCalculatedAttributeForProfileResponse.Builder |
BatchGetCalculatedAttributeForProfileResponse.toBuilder() |
|