Uses of Class
odata.msgraph.client.beta.enums.NonEapAuthenticationMethodForPeap
-
Packages that use NonEapAuthenticationMethodForPeap Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of NonEapAuthenticationMethodForPeap in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as NonEapAuthenticationMethodForPeap Modifier and Type Field Description protected NonEapAuthenticationMethodForPeapAndroidDeviceOwnerEnterpriseWiFiConfiguration. innerAuthenticationProtocolForPeapprotected NonEapAuthenticationMethodForPeapAndroidEnterpriseWiFiConfiguration. innerAuthenticationProtocolForPeapprotected NonEapAuthenticationMethodForPeapAndroidForWorkEnterpriseWiFiConfiguration. innerAuthenticationProtocolForPeapprotected NonEapAuthenticationMethodForPeapAndroidWorkProfileEnterpriseWiFiConfiguration. innerAuthenticationProtocolForPeapMethods in odata.msgraph.client.beta.entity that return types with arguments of type NonEapAuthenticationMethodForPeap Modifier and Type Method Description Optional<NonEapAuthenticationMethodForPeap>AndroidDeviceOwnerEnterpriseWiFiConfiguration. getInnerAuthenticationProtocolForPeap()“Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password.”Optional<NonEapAuthenticationMethodForPeap>AndroidEnterpriseWiFiConfiguration. getInnerAuthenticationProtocolForPeap()“Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password.”Optional<NonEapAuthenticationMethodForPeap>AndroidForWorkEnterpriseWiFiConfiguration. getInnerAuthenticationProtocolForPeap()“Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password.”Optional<NonEapAuthenticationMethodForPeap>AndroidWorkProfileEnterpriseWiFiConfiguration. getInnerAuthenticationProtocolForPeap()“Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password.”Methods in odata.msgraph.client.beta.entity with parameters of type NonEapAuthenticationMethodForPeap Modifier and Type Method Description AndroidDeviceOwnerEnterpriseWiFiConfiguration.BuilderAndroidDeviceOwnerEnterpriseWiFiConfiguration.Builder. innerAuthenticationProtocolForPeap(NonEapAuthenticationMethodForPeap innerAuthenticationProtocolForPeap)“Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password.”AndroidEnterpriseWiFiConfiguration.BuilderAndroidEnterpriseWiFiConfiguration.Builder. innerAuthenticationProtocolForPeap(NonEapAuthenticationMethodForPeap innerAuthenticationProtocolForPeap)“Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password.”AndroidForWorkEnterpriseWiFiConfiguration.BuilderAndroidForWorkEnterpriseWiFiConfiguration.Builder. innerAuthenticationProtocolForPeap(NonEapAuthenticationMethodForPeap innerAuthenticationProtocolForPeap)“Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password.”AndroidWorkProfileEnterpriseWiFiConfiguration.BuilderAndroidWorkProfileEnterpriseWiFiConfiguration.Builder. innerAuthenticationProtocolForPeap(NonEapAuthenticationMethodForPeap innerAuthenticationProtocolForPeap)“Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password.”AndroidDeviceOwnerEnterpriseWiFiConfigurationAndroidDeviceOwnerEnterpriseWiFiConfiguration. withInnerAuthenticationProtocolForPeap(NonEapAuthenticationMethodForPeap innerAuthenticationProtocolForPeap)Returns an immutable copy ofthiswith just theinnerAuthenticationProtocolForPeapfield changed.AndroidEnterpriseWiFiConfigurationAndroidEnterpriseWiFiConfiguration. withInnerAuthenticationProtocolForPeap(NonEapAuthenticationMethodForPeap innerAuthenticationProtocolForPeap)Returns an immutable copy ofthiswith just theinnerAuthenticationProtocolForPeapfield changed.AndroidForWorkEnterpriseWiFiConfigurationAndroidForWorkEnterpriseWiFiConfiguration. withInnerAuthenticationProtocolForPeap(NonEapAuthenticationMethodForPeap innerAuthenticationProtocolForPeap)Returns an immutable copy ofthiswith just theinnerAuthenticationProtocolForPeapfield changed.AndroidWorkProfileEnterpriseWiFiConfigurationAndroidWorkProfileEnterpriseWiFiConfiguration. withInnerAuthenticationProtocolForPeap(NonEapAuthenticationMethodForPeap innerAuthenticationProtocolForPeap)Returns an immutable copy ofthiswith just theinnerAuthenticationProtocolForPeapfield changed. -
Uses of NonEapAuthenticationMethodForPeap in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return NonEapAuthenticationMethodForPeap Modifier and Type Method Description static NonEapAuthenticationMethodForPeapNonEapAuthenticationMethodForPeap. valueOf(String name)Returns the enum constant of this type with the specified name.static NonEapAuthenticationMethodForPeap[]NonEapAuthenticationMethodForPeap. values()Returns an array containing the constants of this enum type, in the order they are declared.
-