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