public static interface CalculatedField.Builder extends SdkPojo, CopyableBuilder<CalculatedField.Builder,CalculatedField>
| Modifier and Type | Method and Description |
|---|---|
CalculatedField.Builder |
dataSetIdentifier(String dataSetIdentifier)
The data set that is used in this calculated field.
|
CalculatedField.Builder |
expression(String expression)
The expression of the calculated field.
|
CalculatedField.Builder |
name(String name)
The name of the calculated field.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCalculatedField.Builder dataSetIdentifier(String dataSetIdentifier)
The data set that is used in this calculated field.
dataSetIdentifier - The data set that is used in this calculated field.CalculatedField.Builder name(String name)
The name of the calculated field.
name - The name of the calculated field.CalculatedField.Builder expression(String expression)
The expression of the calculated field.
expression - The expression of the calculated field.Copyright © 2023. All rights reserved.