Uses of Class
odata.msgraph.client.beta.enums.WifiAuthenticationType
-
Packages that use WifiAuthenticationType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of WifiAuthenticationType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as WifiAuthenticationType Modifier and Type Field Description protected WifiAuthenticationTypeWindowsWifiEnterpriseEAPConfiguration. authenticationTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type WifiAuthenticationType Modifier and Type Method Description Optional<WifiAuthenticationType>WindowsWifiEnterpriseEAPConfiguration. getAuthenticationType()“Specify whether to authenticate the user, the device, either, or to use guest authentication (none).Methods in odata.msgraph.client.beta.entity with parameters of type WifiAuthenticationType Modifier and Type Method Description WindowsWifiEnterpriseEAPConfiguration.BuilderWindowsWifiEnterpriseEAPConfiguration.Builder. authenticationType(WifiAuthenticationType authenticationType)“Specify whether to authenticate the user, the device, either, or to use guest authentication (none).WindowsWifiEnterpriseEAPConfigurationWindowsWifiEnterpriseEAPConfiguration. withAuthenticationType(WifiAuthenticationType authenticationType)Returns an immutable copy ofthiswith just theauthenticationTypefield changed. -
Uses of WifiAuthenticationType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return WifiAuthenticationType Modifier and Type Method Description static WifiAuthenticationTypeWifiAuthenticationType. valueOf(String name)Returns the enum constant of this type with the specified name.static WifiAuthenticationType[]WifiAuthenticationType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-