Package com.microsoft.graph.models
Enum Class ObjectDefinitionMetadata
- All Implemented Interfaces:
Serializable,Comparable<ObjectDefinitionMetadata>,Constable
The Enum Object Definition Metadata.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionBase Object NameConnector Data Storage RequiredExtensionsIs Soft Deletion SupportedIs Synchronize All SupportedProperty Name Account EnabledProperty Name Soft DeletedFor ObjectDefinitionMetadata values that were not expected from the service -
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectDefinitionMetadataReturns the enum constant of this class with the specified name.static ObjectDefinitionMetadata[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PROPERTY_NAME_ACCOUNT_ENABLED
Property Name Account Enabled -
PROPERTY_NAME_SOFT_DELETED
Property Name Soft Deleted -
IS_SOFT_DELETION_SUPPORTED
Is Soft Deletion Supported -
IS_SYNCHRONIZE_ALL_SUPPORTED
Is Synchronize All Supported -
CONNECTOR_DATA_STORAGE_REQUIRED
Connector Data Storage Required -
EXTENSIONS
Extensions -
BASE_OBJECT_NAME
Base Object Name -
UNEXPECTED_VALUE
For ObjectDefinitionMetadata values that were not expected from the service
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-