Class CalculatedColumn.CalculatedColumnBuilder
java.lang.Object
com.amilesend.onedrive.resource.site.type.CalculatedColumn.CalculatedColumnBuilder
- Enclosing class:
CalculatedColumn
-
Method Summary
Modifier and TypeMethodDescriptionbuild()The column format.The formula used to calculate the value for the column.outputType(String outputType) The output type used for format values in the column.toString()
-
Method Details
-
format
The column format. Valid values:- dateOnly
- dateTime
- Returns:
this.
-
formula
The formula used to calculate the value for the column.- Returns:
this.
-
outputType
The output type used for format values in the column. Valid values:- boolean
- currency
- dateTime
- number
- text
- Returns:
this.
-
build
-
toString
-