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