Uses of Class
odata.msgraph.client.beta.enums.WindowsVpnConnectionType
-
Packages that use WindowsVpnConnectionType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of WindowsVpnConnectionType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as WindowsVpnConnectionType Modifier and Type Field Description protected WindowsVpnConnectionTypeWindows81VpnConfiguration. connectionTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type WindowsVpnConnectionType Modifier and Type Method Description Optional<WindowsVpnConnectionType>Windows81VpnConfiguration. getConnectionType()“Connection type.”Methods in odata.msgraph.client.beta.entity with parameters of type WindowsVpnConnectionType Modifier and Type Method Description Windows81VpnConfiguration.BuilderWindows81VpnConfiguration.Builder. connectionType(WindowsVpnConnectionType connectionType)“Connection type.”WindowsPhone81VpnConfiguration.BuilderWindowsPhone81VpnConfiguration.Builder. connectionType(WindowsVpnConnectionType connectionType)Windows81VpnConfigurationWindows81VpnConfiguration. withConnectionType(WindowsVpnConnectionType connectionType)Returns an immutable copy ofthiswith just theconnectionTypefield changed. -
Uses of WindowsVpnConnectionType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return WindowsVpnConnectionType Modifier and Type Method Description static WindowsVpnConnectionTypeWindowsVpnConnectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static WindowsVpnConnectionType[]WindowsVpnConnectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-