Enum Class TimeZoneStandard

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

public enum TimeZoneStandard extends Enum<TimeZoneStandard>
The Enum Time Zone Standard.
  • Enum Constant Details

    • WINDOWS

      public static final TimeZoneStandard WINDOWS
      windows
    • IANA

      public static final TimeZoneStandard IANA
      iana
    • UNEXPECTED_VALUE

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

    • values

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