Enum Class CaseAction

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

public enum CaseAction extends Enum<CaseAction>
The Enum Case Action.
  • Enum Constant Details

    • CONTENT_EXPORT

      public static final CaseAction CONTENT_EXPORT
      content Export
    • APPLY_TAGS

      public static final CaseAction APPLY_TAGS
      apply Tags
    • CONVERT_TO_PDF

      public static final CaseAction CONVERT_TO_PDF
      convert To Pdf
    • INDEX

      public static final CaseAction INDEX
      index
    • ESTIMATE_STATISTICS

      public static final CaseAction ESTIMATE_STATISTICS
      estimate Statistics
    • ADD_TO_REVIEW_SET

      public static final CaseAction ADD_TO_REVIEW_SET
      add To Review Set
    • HOLD_UPDATE

      public static final CaseAction HOLD_UPDATE
      hold Update
    • UNKNOWN_FUTURE_VALUE

      public static final CaseAction UNKNOWN_FUTURE_VALUE
      unknown Future Value
    • PURGE_DATA

      public static final CaseAction PURGE_DATA
      purge Data
    • UNEXPECTED_VALUE

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

    • values

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