Enum Class ClientPlatform

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

public enum ClientPlatform extends Enum<ClientPlatform>
The Enum Client Platform.
  • Enum Constant Details

    • UNKNOWN

      public static final ClientPlatform UNKNOWN
      unknown
    • WINDOWS

      public static final ClientPlatform WINDOWS
      windows
    • MAC_OS

      public static final ClientPlatform MAC_OS
      mac OS
    • I_OS

      public static final ClientPlatform I_OS
      i OS
    • ANDROID

      public static final ClientPlatform ANDROID
      android
    • WEB

      public static final ClientPlatform WEB
      web
    • IP_PHONE

      public static final ClientPlatform IP_PHONE
      ip Phone
    • ROOM_SYSTEM

      public static final ClientPlatform ROOM_SYSTEM
      room System
    • SURFACE_HUB

      public static final ClientPlatform SURFACE_HUB
      surface Hub
    • HOLO_LENS

      public static final ClientPlatform HOLO_LENS
      holo Lens
    • UNKNOWN_FUTURE_VALUE

      public static final ClientPlatform UNKNOWN_FUTURE_VALUE
      unknown Future Value
    • UNEXPECTED_VALUE

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

    • values

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