Uses of Class
odata.msgraph.client.beta.enums.NetworkSingleSignOnType
-
Packages that use NetworkSingleSignOnType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of NetworkSingleSignOnType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as NetworkSingleSignOnType Modifier and Type Field Description protected NetworkSingleSignOnTypeWindowsWifiEnterpriseEAPConfiguration. networkSingleSignOnMethods in odata.msgraph.client.beta.entity that return types with arguments of type NetworkSingleSignOnType Modifier and Type Method Description Optional<NetworkSingleSignOnType>WindowsWifiEnterpriseEAPConfiguration. getNetworkSingleSignOn()“Specify the network single sign on type.”Methods in odata.msgraph.client.beta.entity with parameters of type NetworkSingleSignOnType Modifier and Type Method Description WindowsWifiEnterpriseEAPConfiguration.BuilderWindowsWifiEnterpriseEAPConfiguration.Builder. networkSingleSignOn(NetworkSingleSignOnType networkSingleSignOn)“Specify the network single sign on type.”WindowsWifiEnterpriseEAPConfigurationWindowsWifiEnterpriseEAPConfiguration. withNetworkSingleSignOn(NetworkSingleSignOnType networkSingleSignOn)Returns an immutable copy ofthiswith just thenetworkSingleSignOnfield changed. -
Uses of NetworkSingleSignOnType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return NetworkSingleSignOnType Modifier and Type Method Description static NetworkSingleSignOnTypeNetworkSingleSignOnType. valueOf(String name)Returns the enum constant of this type with the specified name.static NetworkSingleSignOnType[]NetworkSingleSignOnType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-