Enum Class ColumnTypes

java.lang.Object
java.lang.Enum<ColumnTypes>
com.microsoft.graph.models.ColumnTypes
All Implemented Interfaces:
Serializable, Comparable<ColumnTypes>, Constable

public enum ColumnTypes extends Enum<ColumnTypes>
The Enum Column Types.
  • Enum Constant Details

    • NOTE

      public static final ColumnTypes NOTE
      note
    • TEXT

      public static final ColumnTypes TEXT
      text
    • CHOICE

      public static final ColumnTypes CHOICE
      choice
    • MULTICHOICE

      public static final ColumnTypes MULTICHOICE
      multichoice
    • NUMBER

      public static final ColumnTypes NUMBER
      number
    • CURRENCY

      public static final ColumnTypes CURRENCY
      currency
    • DATE_TIME

      public static final ColumnTypes DATE_TIME
      date Time
    • LOOKUP

      public static final ColumnTypes LOOKUP
      lookup
    • BOOLEAN

      public static final ColumnTypes BOOLEAN
      boolean
    • USER

      public static final ColumnTypes USER
      user
    • URL

      public static final ColumnTypes URL
      url
    • CALCULATED

      public static final ColumnTypes CALCULATED
      calculated
    • LOCATION

      public static final ColumnTypes LOCATION
      location
    • GEOLOCATION

      public static final ColumnTypes GEOLOCATION
      geolocation
    • TERM

      public static final ColumnTypes TERM
      term
    • MULTITERM

      public static final ColumnTypes MULTITERM
      multiterm
    • THUMBNAIL

      public static final ColumnTypes THUMBNAIL
      thumbnail
    • APPROVAL_STATUS

      public static final ColumnTypes APPROVAL_STATUS
      approval Status
    • UNKNOWN_FUTURE_VALUE

      public static final ColumnTypes UNKNOWN_FUTURE_VALUE
      unknown Future Value
    • UNEXPECTED_VALUE

      public static final ColumnTypes UNEXPECTED_VALUE
      For ColumnTypes values that were not expected from the service
  • Method Details

    • values

      public static ColumnTypes[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ColumnTypes valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null