Enum Class VppTokenState

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

public enum VppTokenState extends Enum<VppTokenState>
The Enum Vpp Token State.
  • Enum Constant Details

    • UNKNOWN

      public static final VppTokenState UNKNOWN
      unknown
    • VALID

      public static final VppTokenState VALID
      valid
    • EXPIRED

      public static final VppTokenState EXPIRED
      expired
    • INVALID

      public static final VppTokenState INVALID
      invalid
    • ASSIGNED_TO_EXTERNAL_MDM

      public static final VppTokenState ASSIGNED_TO_EXTERNAL_MDM
      assigned To External MDM
    • UNEXPECTED_VALUE

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

    • values

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