com.microsoft.graph.models.ObjectMappingMetadata 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 Mapping Metadata.
*/
public enum ObjectMappingMetadata
{
/**
* Escrow Behavior
*/
ESCROW_BEHAVIOR,
/**
* Disable Monitoring For Changes
*/
DISABLE_MONITORING_FOR_CHANGES,
/**
* Original Joining Property
*/
ORIGINAL_JOINING_PROPERTY,
/**
* Disposition
*/
DISPOSITION,
/**
* Is Customer Defined
*/
IS_CUSTOMER_DEFINED,
/**
* Exclude From Reporting
*/
EXCLUDE_FROM_REPORTING,
/**
* Unsynchronized
*/
UNSYNCHRONIZED,
/**
* For ObjectMappingMetadata values that were not expected from the service
*/
UNEXPECTED_VALUE
}