Uses of Class
odata.msgraph.client.beta.complex.VpnServer
-
Packages that use VpnServer Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of VpnServer in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return VpnServer Modifier and Type Method Description VpnServerVpnServer.Builder. build()VpnServerVpnServer. withAddress(String address)Returns an immutable copy ofthiswith just theaddressfield changed.VpnServerVpnServer. withDescription(String description)Returns an immutable copy ofthiswith just thedescriptionfield changed.VpnServerVpnServer. withIsDefaultServer(Boolean isDefaultServer)Returns an immutable copy ofthiswith just theisDefaultServerfield changed.VpnServerVpnServer. withUnmappedField(String name, String value) -
Uses of VpnServer in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as VpnServer Modifier and Type Field Description protected VpnServerAppleVpnConfiguration. serverFields in odata.msgraph.client.beta.entity with type parameters of type VpnServer Modifier and Type Field Description protected List<VpnServer>AndroidForWorkVpnConfiguration. serversprotected List<VpnServer>AndroidVpnConfiguration. serversprotected List<VpnServer>AndroidWorkProfileVpnConfiguration. serversprotected List<VpnServer>VpnConfiguration. serversprotected List<VpnServer>WindowsVpnConfiguration. serversMethods in odata.msgraph.client.beta.entity that return types with arguments of type VpnServer Modifier and Type Method Description Optional<VpnServer>AppleVpnConfiguration. getServer()“VPN Server on the network.com.github.davidmoten.odata.client.CollectionPage<VpnServer>AndroidForWorkVpnConfiguration. getServers()“List of VPN Servers on the network.com.github.davidmoten.odata.client.CollectionPage<VpnServer>AndroidForWorkVpnConfiguration. getServers(com.github.davidmoten.odata.client.HttpRequestOptions options)“List of VPN Servers on the network.com.github.davidmoten.odata.client.CollectionPage<VpnServer>AndroidVpnConfiguration. getServers()“List of VPN Servers on the network.com.github.davidmoten.odata.client.CollectionPage<VpnServer>AndroidVpnConfiguration. getServers(com.github.davidmoten.odata.client.HttpRequestOptions options)“List of VPN Servers on the network.com.github.davidmoten.odata.client.CollectionPage<VpnServer>AndroidWorkProfileVpnConfiguration. getServers()“List of VPN Servers on the network.com.github.davidmoten.odata.client.CollectionPage<VpnServer>AndroidWorkProfileVpnConfiguration. getServers(com.github.davidmoten.odata.client.HttpRequestOptions options)“List of VPN Servers on the network.com.github.davidmoten.odata.client.CollectionPage<VpnServer>VpnConfiguration. getServers()“List of VPN Servers on the network.com.github.davidmoten.odata.client.CollectionPage<VpnServer>VpnConfiguration. getServers(com.github.davidmoten.odata.client.HttpRequestOptions options)“List of VPN Servers on the network.com.github.davidmoten.odata.client.CollectionPage<VpnServer>WindowsVpnConfiguration. getServers()“List of VPN Servers on the network.com.github.davidmoten.odata.client.CollectionPage<VpnServer>WindowsVpnConfiguration. getServers(com.github.davidmoten.odata.client.HttpRequestOptions options)“List of VPN Servers on the network.Methods in odata.msgraph.client.beta.entity with parameters of type VpnServer Modifier and Type Method Description IosikEv2VpnConfiguration.BuilderIosikEv2VpnConfiguration.Builder. server(VpnServer server)IosVpnConfiguration.BuilderIosVpnConfiguration.Builder. server(VpnServer server)MacOSVpnConfiguration.BuilderMacOSVpnConfiguration.Builder. server(VpnServer server)AndroidDeviceOwnerVpnConfiguration.BuilderAndroidDeviceOwnerVpnConfiguration.Builder. servers(VpnServer... servers)AndroidForWorkVpnConfiguration.BuilderAndroidForWorkVpnConfiguration.Builder. servers(VpnServer... servers)“List of VPN Servers on the network.AndroidVpnConfiguration.BuilderAndroidVpnConfiguration.Builder. servers(VpnServer... servers)“List of VPN Servers on the network.AndroidWorkProfileVpnConfiguration.BuilderAndroidWorkProfileVpnConfiguration.Builder. servers(VpnServer... servers)“List of VPN Servers on the network.Windows10VpnConfiguration.BuilderWindows10VpnConfiguration.Builder. servers(VpnServer... servers)Windows81VpnConfiguration.BuilderWindows81VpnConfiguration.Builder. servers(VpnServer... servers)WindowsPhone81VpnConfiguration.BuilderWindowsPhone81VpnConfiguration.Builder. servers(VpnServer... servers)AppleVpnConfigurationAppleVpnConfiguration. withServer(VpnServer server)Returns an immutable copy ofthiswith just theserverfield changed.Method parameters in odata.msgraph.client.beta.entity with type arguments of type VpnServer Modifier and Type Method Description AndroidDeviceOwnerVpnConfiguration.BuilderAndroidDeviceOwnerVpnConfiguration.Builder. servers(List<VpnServer> servers)AndroidForWorkVpnConfiguration.BuilderAndroidForWorkVpnConfiguration.Builder. servers(List<VpnServer> servers)“List of VPN Servers on the network.AndroidVpnConfiguration.BuilderAndroidVpnConfiguration.Builder. servers(List<VpnServer> servers)“List of VPN Servers on the network.AndroidWorkProfileVpnConfiguration.BuilderAndroidWorkProfileVpnConfiguration.Builder. servers(List<VpnServer> servers)“List of VPN Servers on the network.Windows10VpnConfiguration.BuilderWindows10VpnConfiguration.Builder. servers(List<VpnServer> servers)Windows81VpnConfiguration.BuilderWindows81VpnConfiguration.Builder. servers(List<VpnServer> servers)WindowsPhone81VpnConfiguration.BuilderWindowsPhone81VpnConfiguration.Builder. servers(List<VpnServer> servers)AndroidForWorkVpnConfigurationAndroidForWorkVpnConfiguration. withServers(List<VpnServer> servers)Returns an immutable copy ofthiswith just theserversfield changed.AndroidVpnConfigurationAndroidVpnConfiguration. withServers(List<VpnServer> servers)Returns an immutable copy ofthiswith just theserversfield changed.AndroidWorkProfileVpnConfigurationAndroidWorkProfileVpnConfiguration. withServers(List<VpnServer> servers)Returns an immutable copy ofthiswith just theserversfield changed.VpnConfigurationVpnConfiguration. withServers(List<VpnServer> servers)Returns an immutable copy ofthiswith just theserversfield changed.WindowsVpnConfigurationWindowsVpnConfiguration. withServers(List<VpnServer> servers)Returns an immutable copy ofthiswith just theserversfield changed.
-