| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected VpnProviderType |
IosVpnConfiguration.providerType |
| Modifier and Type | Method and Description |
|---|---|
Optional<VpnProviderType> |
IosVpnConfiguration.getProviderType()
“Provider type for per-app VPN.”
|
| Modifier and Type | Method and Description |
|---|---|
IosikEv2VpnConfiguration.Builder |
IosikEv2VpnConfiguration.Builder.providerType(VpnProviderType providerType) |
IosVpnConfiguration.Builder |
IosVpnConfiguration.Builder.providerType(VpnProviderType providerType)
“Provider type for per-app VPN.”
|
IosVpnConfiguration |
IosVpnConfiguration.withProviderType(VpnProviderType providerType)
Returns an immutable copy of
this with just the providerType
field changed. |
| Modifier and Type | Method and Description |
|---|---|
static VpnProviderType |
VpnProviderType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VpnProviderType[] |
VpnProviderType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.