| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
VpnServer |
VpnServer.Builder.build() |
VpnServer |
VpnServer.withAddress(String address)
Returns an immutable copy of
this with just the address field
changed. |
VpnServer |
VpnServer.withDescription(String description)
Returns an immutable copy of
this with just the description
field changed. |
VpnServer |
VpnServer.withIsDefaultServer(Boolean isDefaultServer)
Returns an immutable copy of
this with just the isDefaultServer
field changed. |
| Modifier and Type | Field and Description |
|---|---|
protected VpnServer |
AppleVpnConfiguration.server |
| Modifier and Type | Field and Description |
|---|---|
protected List<VpnServer> |
AndroidWorkProfileVpnConfiguration.servers |
protected List<VpnServer> |
AndroidForWorkVpnConfiguration.servers |
protected List<VpnServer> |
VpnConfiguration.servers |
protected List<VpnServer> |
AndroidVpnConfiguration.servers |
protected List<VpnServer> |
WindowsVpnConfiguration.servers |
| Modifier and Type | Method and Description |
|---|---|
Optional<VpnServer> |
AppleVpnConfiguration.getServer()
“VPN Server 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> |
AndroidForWorkVpnConfiguration.getServers()
“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> |
AndroidVpnConfiguration.getServers()
“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> |
AndroidWorkProfileVpnConfiguration.getServers(com.github.davidmoten.odata.client.HttpRequestOptions options)
“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> |
VpnConfiguration.getServers(com.github.davidmoten.odata.client.HttpRequestOptions options)
“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> |
WindowsVpnConfiguration.getServers(com.github.davidmoten.odata.client.HttpRequestOptions options)
“List of VPN Servers on the network.
|
| Modifier and Type | Method and Description |
|---|---|
MacOSVpnConfiguration.Builder |
MacOSVpnConfiguration.Builder.server(VpnServer server) |
IosikEv2VpnConfiguration.Builder |
IosikEv2VpnConfiguration.Builder.server(VpnServer server) |
IosVpnConfiguration.Builder |
IosVpnConfiguration.Builder.server(VpnServer server) |
AndroidWorkProfileVpnConfiguration.Builder |
AndroidWorkProfileVpnConfiguration.Builder.servers(VpnServer... servers)
“List of VPN Servers on the network.
|
AndroidForWorkVpnConfiguration.Builder |
AndroidForWorkVpnConfiguration.Builder.servers(VpnServer... servers)
“List of VPN Servers on the network.
|
Windows81VpnConfiguration.Builder |
Windows81VpnConfiguration.Builder.servers(VpnServer... servers) |
AndroidVpnConfiguration.Builder |
AndroidVpnConfiguration.Builder.servers(VpnServer... servers)
“List of VPN Servers on the network.
|
AndroidDeviceOwnerVpnConfiguration.Builder |
AndroidDeviceOwnerVpnConfiguration.Builder.servers(VpnServer... servers) |
WindowsPhone81VpnConfiguration.Builder |
WindowsPhone81VpnConfiguration.Builder.servers(VpnServer... servers) |
Windows10VpnConfiguration.Builder |
Windows10VpnConfiguration.Builder.servers(VpnServer... servers) |
AppleVpnConfiguration |
AppleVpnConfiguration.withServer(VpnServer server)
Returns an immutable copy of
this with just the server field
changed. |
| Modifier and Type | Method and Description |
|---|---|
AndroidWorkProfileVpnConfiguration.Builder |
AndroidWorkProfileVpnConfiguration.Builder.servers(List<VpnServer> servers)
“List of VPN Servers on the network.
|
AndroidForWorkVpnConfiguration.Builder |
AndroidForWorkVpnConfiguration.Builder.servers(List<VpnServer> servers)
“List of VPN Servers on the network.
|
Windows81VpnConfiguration.Builder |
Windows81VpnConfiguration.Builder.servers(List<VpnServer> servers) |
AndroidVpnConfiguration.Builder |
AndroidVpnConfiguration.Builder.servers(List<VpnServer> servers)
“List of VPN Servers on the network.
|
AndroidDeviceOwnerVpnConfiguration.Builder |
AndroidDeviceOwnerVpnConfiguration.Builder.servers(List<VpnServer> servers) |
WindowsPhone81VpnConfiguration.Builder |
WindowsPhone81VpnConfiguration.Builder.servers(List<VpnServer> servers) |
Windows10VpnConfiguration.Builder |
Windows10VpnConfiguration.Builder.servers(List<VpnServer> servers) |
Copyright © 2018–2020. All rights reserved.