com.microsoft.graph.models.OnenoteSourceService 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 Onenote Source Service.
*/
public enum OnenoteSourceService
{
/**
* Unknown
*/
UNKNOWN,
/**
* One Drive
*/
ONE_DRIVE,
/**
* One Drive For Business
*/
ONE_DRIVE_FOR_BUSINESS,
/**
* On Prem One Drive For Business
*/
ON_PREM_ONE_DRIVE_FOR_BUSINESS,
/**
* For OnenoteSourceService values that were not expected from the service
*/
UNEXPECTED_VALUE
}