Enum Class ObjectDefinitionMetadata

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

public enum ObjectDefinitionMetadata extends Enum<ObjectDefinitionMetadata>
The Enum Object Definition Metadata.
  • Enum Constant Details

    • PROPERTY_NAME_ACCOUNT_ENABLED

      public static final ObjectDefinitionMetadata PROPERTY_NAME_ACCOUNT_ENABLED
      Property Name Account Enabled
    • PROPERTY_NAME_SOFT_DELETED

      public static final ObjectDefinitionMetadata PROPERTY_NAME_SOFT_DELETED
      Property Name Soft Deleted
    • IS_SOFT_DELETION_SUPPORTED

      public static final ObjectDefinitionMetadata IS_SOFT_DELETION_SUPPORTED
      Is Soft Deletion Supported
    • IS_SYNCHRONIZE_ALL_SUPPORTED

      public static final ObjectDefinitionMetadata IS_SYNCHRONIZE_ALL_SUPPORTED
      Is Synchronize All Supported
    • CONNECTOR_DATA_STORAGE_REQUIRED

      public static final ObjectDefinitionMetadata CONNECTOR_DATA_STORAGE_REQUIRED
      Connector Data Storage Required
    • EXTENSIONS

      public static final ObjectDefinitionMetadata EXTENSIONS
      Extensions
    • BASE_OBJECT_NAME

      public static final ObjectDefinitionMetadata BASE_OBJECT_NAME
      Base Object Name
    • UNEXPECTED_VALUE

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

    • values

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