Uses of Class
odata.msgraph.client.beta.enums.AndroidEapType
-
Packages that use AndroidEapType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of AndroidEapType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as AndroidEapType Modifier and Type Field Description protected AndroidEapTypeAndroidDeviceOwnerEnterpriseWiFiConfiguration. eapTypeprotected AndroidEapTypeAndroidEnterpriseWiFiConfiguration. eapTypeprotected AndroidEapTypeAndroidForWorkEnterpriseWiFiConfiguration. eapTypeprotected AndroidEapTypeAndroidWorkProfileEnterpriseWiFiConfiguration. eapTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type AndroidEapType Modifier and Type Method Description Optional<AndroidEapType>AndroidDeviceOwnerEnterpriseWiFiConfiguration. getEapType()“Indicates the type of EAP protocol set on the Wi-Fi endpoint (router).”Optional<AndroidEapType>AndroidEnterpriseWiFiConfiguration. getEapType()“Indicates the type of EAP protocol set on the Wi-Fi endpoint (router).”Optional<AndroidEapType>AndroidForWorkEnterpriseWiFiConfiguration. getEapType()“Indicates the type of EAP protocol set on the Wi-Fi endpoint (router).”Optional<AndroidEapType>AndroidWorkProfileEnterpriseWiFiConfiguration. getEapType()“Indicates the type of EAP protocol set on the Wi-Fi endpoint (router).”Methods in odata.msgraph.client.beta.entity with parameters of type AndroidEapType Modifier and Type Method Description AndroidDeviceOwnerEnterpriseWiFiConfiguration.BuilderAndroidDeviceOwnerEnterpriseWiFiConfiguration.Builder. eapType(AndroidEapType eapType)“Indicates the type of EAP protocol set on the Wi-Fi endpoint (router).”AndroidEnterpriseWiFiConfiguration.BuilderAndroidEnterpriseWiFiConfiguration.Builder. eapType(AndroidEapType eapType)“Indicates the type of EAP protocol set on the Wi-Fi endpoint (router).”AndroidForWorkEnterpriseWiFiConfiguration.BuilderAndroidForWorkEnterpriseWiFiConfiguration.Builder. eapType(AndroidEapType eapType)“Indicates the type of EAP protocol set on the Wi-Fi endpoint (router).”AndroidWorkProfileEnterpriseWiFiConfiguration.BuilderAndroidWorkProfileEnterpriseWiFiConfiguration.Builder. eapType(AndroidEapType eapType)“Indicates the type of EAP protocol set on the Wi-Fi endpoint (router).”AndroidDeviceOwnerEnterpriseWiFiConfigurationAndroidDeviceOwnerEnterpriseWiFiConfiguration. withEapType(AndroidEapType eapType)Returns an immutable copy ofthiswith just theeapTypefield changed.AndroidEnterpriseWiFiConfigurationAndroidEnterpriseWiFiConfiguration. withEapType(AndroidEapType eapType)Returns an immutable copy ofthiswith just theeapTypefield changed.AndroidForWorkEnterpriseWiFiConfigurationAndroidForWorkEnterpriseWiFiConfiguration. withEapType(AndroidEapType eapType)Returns an immutable copy ofthiswith just theeapTypefield changed.AndroidWorkProfileEnterpriseWiFiConfigurationAndroidWorkProfileEnterpriseWiFiConfiguration. withEapType(AndroidEapType eapType)Returns an immutable copy ofthiswith just theeapTypefield changed. -
Uses of AndroidEapType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return AndroidEapType Modifier and Type Method Description static AndroidEapTypeAndroidEapType. valueOf(String name)Returns the enum constant of this type with the specified name.static AndroidEapType[]AndroidEapType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-