| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected Windows10VpnConnectionType |
Windows10VpnConfiguration.connectionType |
| Modifier and Type | Method and Description |
|---|---|
Optional<Windows10VpnConnectionType> |
Windows10VpnConfiguration.getConnectionType()
“Connection type.”
|
| Modifier and Type | Method and Description |
|---|---|
Windows10VpnConfiguration.Builder |
Windows10VpnConfiguration.Builder.connectionType(Windows10VpnConnectionType connectionType)
“Connection type.”
|
Windows10VpnConfiguration |
Windows10VpnConfiguration.withConnectionType(Windows10VpnConnectionType connectionType)
Returns an immutable copy of
this with just the connectionType
field changed. |
| Modifier and Type | Method and Description |
|---|---|
static Windows10VpnConnectionType |
Windows10VpnConnectionType.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.
|
Copyright © 2018–2020. All rights reserved.