Enum Class DataSourceScopes

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

public enum DataSourceScopes extends Enum<DataSourceScopes>
The Enum Data Source Scopes.
  • Enum Constant Details

    • NONE

      public static final DataSourceScopes NONE
      none
    • ALL_TENANT_MAILBOXES

      public static final DataSourceScopes ALL_TENANT_MAILBOXES
      all Tenant Mailboxes
    • ALL_TENANT_SITES

      public static final DataSourceScopes ALL_TENANT_SITES
      all Tenant Sites
    • ALL_CASE_CUSTODIANS

      public static final DataSourceScopes ALL_CASE_CUSTODIANS
      all Case Custodians
    • ALL_CASE_NONCUSTODIAL_DATA_SOURCES

      public static final DataSourceScopes ALL_CASE_NONCUSTODIAL_DATA_SOURCES
      all Case Noncustodial Data Sources
    • UNKNOWN_FUTURE_VALUE

      public static final DataSourceScopes UNKNOWN_FUTURE_VALUE
      unknown Future Value
    • UNEXPECTED_VALUE

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

    • values

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