Class NumberColumn

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

public class NumberColumn extends Object
Describes that the column's values are numbers.

API Documentation.

See Also:
  • Method Details

    • builder

      public static NumberColumn.NumberColumnBuilder builder()
    • getDecimalPlaces

      public String getDecimalPlaces()
      How many decimal places to display. Value values:
      • automatic (default) - Display as needed
      • none
      • one
      • two
      • three
      • four
      • five
    • getDisplayAs

      public String getDisplayAs()
      How the value should be shown to the user. Valid value:
      • number (default)
      • percentage
    • getMaximum

      public double getMaximum()
      The maximum permitted value.
    • getMinimum

      public double getMinimum()
      The minimum permitted value.
    • 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