Uses of Class
odata.msgraph.client.beta.enums.Windows10VpnAuthenticationMethod
-
Packages that use Windows10VpnAuthenticationMethod Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of Windows10VpnAuthenticationMethod in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as Windows10VpnAuthenticationMethod Modifier and Type Field Description protected Windows10VpnAuthenticationMethodWindows10VpnConfiguration. authenticationMethodMethods in odata.msgraph.client.beta.entity that return types with arguments of type Windows10VpnAuthenticationMethod Modifier and Type Method Description Optional<Windows10VpnAuthenticationMethod>Windows10VpnConfiguration. getAuthenticationMethod()“Authentication method.”Methods in odata.msgraph.client.beta.entity with parameters of type Windows10VpnAuthenticationMethod Modifier and Type Method Description Windows10VpnConfiguration.BuilderWindows10VpnConfiguration.Builder. authenticationMethod(Windows10VpnAuthenticationMethod authenticationMethod)“Authentication method.”Windows10VpnConfigurationWindows10VpnConfiguration. withAuthenticationMethod(Windows10VpnAuthenticationMethod authenticationMethod)Returns an immutable copy ofthiswith just theauthenticationMethodfield changed. -
Uses of Windows10VpnAuthenticationMethod in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return Windows10VpnAuthenticationMethod Modifier and Type Method Description static Windows10VpnAuthenticationMethodWindows10VpnAuthenticationMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static Windows10VpnAuthenticationMethod[]Windows10VpnAuthenticationMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.
-