Class CalculatedColumn

java.lang.Object
com.amilesend.onedrive.resource.site.type.CalculatedColumn

public class CalculatedColumn extends Object
Indicates that a column value is calculated based on other columns.

API Documentation.

See Also:
  • Method Details

    • builder

    • getFormat

      public String getFormat()
      The column format. Valid values:
      • dateOnly
      • dateTime
    • getFormula

      public String getFormula()
      The formula used to calculate the value for the column.
    • getOutputType

      public String getOutputType()
      The output type used for format values in the column. Valid values:
      • boolean
      • currency
      • dateTime
      • number
      • text
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object