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

public enum Label extends Enum<Label>
The Enum Label.
  • Enum Constant Details

    • TITLE

      public static final Label TITLE
      title
    • URL

      public static final Label URL
      url
    • CREATED_BY

      public static final Label CREATED_BY
      created By
    • LAST_MODIFIED_BY

      public static final Label LAST_MODIFIED_BY
      last Modified By
    • AUTHORS

      public static final Label AUTHORS
      authors
    • CREATED_DATE_TIME

      public static final Label CREATED_DATE_TIME
      created Date Time
    • LAST_MODIFIED_DATE_TIME

      public static final Label LAST_MODIFIED_DATE_TIME
      last Modified Date Time
    • FILE_NAME

      public static final Label FILE_NAME
      file Name
    • FILE_EXTENSION

      public static final Label FILE_EXTENSION
      file Extension
    • UNKNOWN_FUTURE_VALUE

      public static final Label UNKNOWN_FUTURE_VALUE
      unknown Future Value
    • UNEXPECTED_VALUE

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

    • values

      public static Label[] 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 Label 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