Uses of Class
odata.msgraph.client.beta.enums.EapType
-
Packages that use EapType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of EapType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as EapType Modifier and Type Field Description protected EapTypeIosEnterpriseWiFiConfiguration. eapTypeprotected EapTypeMacOSEnterpriseWiFiConfiguration. eapTypeprotected EapTypeMacOSWiredNetworkConfiguration. eapTypeprotected EapTypeWindowsWifiEnterpriseEAPConfiguration. eapTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type EapType Modifier and Type Method Description Optional<EapType>IosEnterpriseWiFiConfiguration. getEapType()“Extensible Authentication Protocol (EAP).Optional<EapType>MacOSEnterpriseWiFiConfiguration. getEapType()“Extensible Authentication Protocol (EAP).Optional<EapType>MacOSWiredNetworkConfiguration. getEapType()“Extensible Authentication Protocol (EAP).Optional<EapType>WindowsWifiEnterpriseEAPConfiguration. getEapType()“Extensible Authentication Protocol (EAP).Methods in odata.msgraph.client.beta.entity with parameters of type EapType Modifier and Type Method Description IosEnterpriseWiFiConfiguration.BuilderIosEnterpriseWiFiConfiguration.Builder. eapType(EapType eapType)“Extensible Authentication Protocol (EAP).MacOSEnterpriseWiFiConfiguration.BuilderMacOSEnterpriseWiFiConfiguration.Builder. eapType(EapType eapType)“Extensible Authentication Protocol (EAP).MacOSWiredNetworkConfiguration.BuilderMacOSWiredNetworkConfiguration.Builder. eapType(EapType eapType)“Extensible Authentication Protocol (EAP).WindowsWifiEnterpriseEAPConfiguration.BuilderWindowsWifiEnterpriseEAPConfiguration.Builder. eapType(EapType eapType)“Extensible Authentication Protocol (EAP).IosEnterpriseWiFiConfigurationIosEnterpriseWiFiConfiguration. withEapType(EapType eapType)Returns an immutable copy ofthiswith just theeapTypefield changed.MacOSEnterpriseWiFiConfigurationMacOSEnterpriseWiFiConfiguration. withEapType(EapType eapType)Returns an immutable copy ofthiswith just theeapTypefield changed.MacOSWiredNetworkConfigurationMacOSWiredNetworkConfiguration. withEapType(EapType eapType)Returns an immutable copy ofthiswith just theeapTypefield changed.WindowsWifiEnterpriseEAPConfigurationWindowsWifiEnterpriseEAPConfiguration. withEapType(EapType eapType)Returns an immutable copy ofthiswith just theeapTypefield changed. -
Uses of EapType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return EapType Modifier and Type Method Description static EapTypeEapType. valueOf(String name)Returns the enum constant of this type with the specified name.static EapType[]EapType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-