com.microsoft.graph.models.WellknownListName 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 Wellknown List Name.
*/
public enum WellknownListName
{
/**
* none
*/
NONE,
/**
* default List
*/
DEFAULT_LIST,
/**
* flagged Emails
*/
FLAGGED_EMAILS,
/**
* unknown Future Value
*/
UNKNOWN_FUTURE_VALUE,
/**
* For WellknownListName values that were not expected from the service
*/
UNEXPECTED_VALUE
}