com.microsoft.graph.models.ObjectDefinitionMetadata Maven / Gradle / Ivy
// Template Source: Enum.java.tt
// ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
package com.microsoft.graph.models;
/**
* The Enum Object Definition Metadata.
*/
public enum ObjectDefinitionMetadata
{
/**
* 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,
/**
* For ObjectDefinitionMetadata values that were not expected from the service
*/
UNEXPECTED_VALUE
}