Enum Class DevicePlatformType

java.lang.Object
java.lang.Enum<DevicePlatformType>
com.microsoft.graph.models.DevicePlatformType
All Implemented Interfaces:
com.microsoft.kiota.serialization.ValuedEnum, Serializable, Comparable<DevicePlatformType>, Constable

@Generated("com.microsoft.kiota") public enum DevicePlatformType extends Enum<DevicePlatformType> implements com.microsoft.kiota.serialization.ValuedEnum
Supported platform types.
  • Enum Constant Details

    • Android

      public static final DevicePlatformType Android
      Android.
    • AndroidForWork

      public static final DevicePlatformType AndroidForWork
      AndroidForWork.
    • IOS

      public static final DevicePlatformType IOS
      iOS.
    • MacOS

      public static final DevicePlatformType MacOS
      MacOS.
    • WindowsPhone81

      public static final DevicePlatformType WindowsPhone81
      WindowsPhone 8.1.
    • Windows81AndLater

      public static final DevicePlatformType Windows81AndLater
      Windows 8.1 and later
    • Windows10AndLater

      public static final DevicePlatformType Windows10AndLater
      Windows 10 and later.
    • AndroidWorkProfile

      public static final DevicePlatformType AndroidWorkProfile
      Android Work Profile.
    • Unknown

      public static final DevicePlatformType Unknown
      Unknown.
    • AndroidAOSP

      public static final DevicePlatformType AndroidAOSP
      Android AOSP.
    • AndroidMobileApplicationManagement

      public static final DevicePlatformType AndroidMobileApplicationManagement
      Indicates Mobile Application Management (MAM) for android devices.
    • IOSMobileApplicationManagement

      public static final DevicePlatformType IOSMobileApplicationManagement
      Indicates Mobile Application Management (MAM) for iOS devices
    • UnknownFutureValue

      public static final DevicePlatformType UnknownFutureValue
      Evolvable enumeration sentinel value. Do not use
  • Field Details

    • value

      public final String value
  • Method Details

    • values

      public static DevicePlatformType[] 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 DevicePlatformType 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
    • getValue

      @Nonnull public String getValue()
      Specified by:
      getValue in interface com.microsoft.kiota.serialization.ValuedEnum
    • forValue

      @Nullable public static DevicePlatformType forValue(@Nonnull String searchValue)