com.microsoft.graph.callrecords.models.WifiBand 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.callrecords.models;
/**
* The Enum Wifi Band.
*/
public enum WifiBand
{
/**
* unknown
*/
UNKNOWN,
/**
* frequency24GHz
*/
FREQUENCY24_G_HZ,
/**
* frequency50GHz
*/
FREQUENCY50_G_HZ,
/**
* frequency60GHz
*/
FREQUENCY60_G_HZ,
/**
* unknown Future Value
*/
UNKNOWN_FUTURE_VALUE,
/**
* For WifiBand values that were not expected from the service
*/
UNEXPECTED_VALUE
}