Enum Class PrintJobStateDetail

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

public enum PrintJobStateDetail extends Enum<PrintJobStateDetail>
The Enum Print Job State Detail.
  • Enum Constant Details

    • UPLOAD_PENDING

      public static final PrintJobStateDetail UPLOAD_PENDING
      upload Pending
    • TRANSFORMING

      public static final PrintJobStateDetail TRANSFORMING
      transforming
    • COMPLETED_SUCCESSFULLY

      public static final PrintJobStateDetail COMPLETED_SUCCESSFULLY
      completed Successfully
    • COMPLETED_WITH_WARNINGS

      public static final PrintJobStateDetail COMPLETED_WITH_WARNINGS
      completed With Warnings
    • COMPLETED_WITH_ERRORS

      public static final PrintJobStateDetail COMPLETED_WITH_ERRORS
      completed With Errors
    • RELEASE_WAIT

      public static final PrintJobStateDetail RELEASE_WAIT
      release Wait
    • INTERPRETING

      public static final PrintJobStateDetail INTERPRETING
      interpreting
    • UNKNOWN_FUTURE_VALUE

      public static final PrintJobStateDetail UNKNOWN_FUTURE_VALUE
      unknown Future Value
    • UNEXPECTED_VALUE

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

    • values

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