Enum Class AppLogUploadState

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

public enum AppLogUploadState extends Enum<AppLogUploadState>
The Enum App Log Upload State.
  • Enum Constant Details

    • PENDING

      public static final AppLogUploadState PENDING
      pending
    • COMPLETED

      public static final AppLogUploadState COMPLETED
      completed
    • FAILED

      public static final AppLogUploadState FAILED
      failed
    • UNKNOWN_FUTURE_VALUE

      public static final AppLogUploadState UNKNOWN_FUTURE_VALUE
      unknown Future Value
    • UNEXPECTED_VALUE

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

    • values

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