com.microsoft.graph.models.WindowsUpdateForBusinessUpdateWeeks 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 Windows Update For Business Update Weeks.
*/
public enum WindowsUpdateForBusinessUpdateWeeks
{
/**
* user Defined
*/
USER_DEFINED,
/**
* first Week
*/
FIRST_WEEK,
/**
* second Week
*/
SECOND_WEEK,
/**
* third Week
*/
THIRD_WEEK,
/**
* fourth Week
*/
FOURTH_WEEK,
/**
* every Week
*/
EVERY_WEEK,
/**
* unknown Future Value
*/
UNKNOWN_FUTURE_VALUE,
/**
* For WindowsUpdateForBusinessUpdateWeeks values that were not expected from the service
*/
UNEXPECTED_VALUE
}