Uses of Class
odata.msgraph.client.beta.enums.EapFastConfiguration
-
Packages that use EapFastConfiguration Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of EapFastConfiguration in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as EapFastConfiguration Modifier and Type Field Description protected EapFastConfigurationIosEnterpriseWiFiConfiguration. eapFastConfigurationprotected EapFastConfigurationMacOSEnterpriseWiFiConfiguration. eapFastConfigurationprotected EapFastConfigurationMacOSWiredNetworkConfiguration. eapFastConfigurationMethods in odata.msgraph.client.beta.entity that return types with arguments of type EapFastConfiguration Modifier and Type Method Description Optional<EapFastConfiguration>IosEnterpriseWiFiConfiguration. getEapFastConfiguration()“EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type.”Optional<EapFastConfiguration>MacOSEnterpriseWiFiConfiguration. getEapFastConfiguration()“EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type.”Optional<EapFastConfiguration>MacOSWiredNetworkConfiguration. getEapFastConfiguration()“EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type.”Methods in odata.msgraph.client.beta.entity with parameters of type EapFastConfiguration Modifier and Type Method Description IosEnterpriseWiFiConfiguration.BuilderIosEnterpriseWiFiConfiguration.Builder. eapFastConfiguration(EapFastConfiguration eapFastConfiguration)“EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type.”MacOSEnterpriseWiFiConfiguration.BuilderMacOSEnterpriseWiFiConfiguration.Builder. eapFastConfiguration(EapFastConfiguration eapFastConfiguration)“EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type.”MacOSWiredNetworkConfiguration.BuilderMacOSWiredNetworkConfiguration.Builder. eapFastConfiguration(EapFastConfiguration eapFastConfiguration)“EAP-FAST Configuration Option when EAP-FAST is the selected EAP Type.”IosEnterpriseWiFiConfigurationIosEnterpriseWiFiConfiguration. withEapFastConfiguration(EapFastConfiguration eapFastConfiguration)Returns an immutable copy ofthiswith just theeapFastConfigurationfield changed.MacOSEnterpriseWiFiConfigurationMacOSEnterpriseWiFiConfiguration. withEapFastConfiguration(EapFastConfiguration eapFastConfiguration)Returns an immutable copy ofthiswith just theeapFastConfigurationfield changed.MacOSWiredNetworkConfigurationMacOSWiredNetworkConfiguration. withEapFastConfiguration(EapFastConfiguration eapFastConfiguration)Returns an immutable copy ofthiswith just theeapFastConfigurationfield changed. -
Uses of EapFastConfiguration in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return EapFastConfiguration Modifier and Type Method Description static EapFastConfigurationEapFastConfiguration. valueOf(String name)Returns the enum constant of this type with the specified name.static EapFastConfiguration[]EapFastConfiguration. values()Returns an array containing the constants of this enum type, in the order they are declared.
-