| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected AndroidVpnConnectionType |
AndroidVpnConfiguration.connectionType |
protected AndroidVpnConnectionType |
AndroidDeviceOwnerVpnConfiguration.connectionType |
| Modifier and Type | Method and Description |
|---|---|
Optional<AndroidVpnConnectionType> |
AndroidVpnConfiguration.getConnectionType()
“Connection type.”
|
Optional<AndroidVpnConnectionType> |
AndroidDeviceOwnerVpnConfiguration.getConnectionType()
“Connection type.”
|
| Modifier and Type | Method and Description |
|---|---|
AndroidVpnConfiguration.Builder |
AndroidVpnConfiguration.Builder.connectionType(AndroidVpnConnectionType connectionType)
“Connection type.”
|
AndroidDeviceOwnerVpnConfiguration.Builder |
AndroidDeviceOwnerVpnConfiguration.Builder.connectionType(AndroidVpnConnectionType connectionType)
“Connection type.”
|
AndroidVpnConfiguration |
AndroidVpnConfiguration.withConnectionType(AndroidVpnConnectionType connectionType)
Returns an immutable copy of
this with just the connectionType
field changed. |
AndroidDeviceOwnerVpnConfiguration |
AndroidDeviceOwnerVpnConfiguration.withConnectionType(AndroidVpnConnectionType connectionType)
Returns an immutable copy of
this with just the connectionType
field changed. |
| Modifier and Type | Method and Description |
|---|---|
static AndroidVpnConnectionType |
AndroidVpnConnectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AndroidVpnConnectionType[] |
AndroidVpnConnectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.