VpnConfiguration |
VpnConfiguration.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
VpnConfiguration |
VpnConfiguration.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
VpnConfiguration |
VpnConfiguration.withAuthenticationMethod(VpnAuthenticationMethod authenticationMethod) |
Returns an immutable copy of this with just the
authenticationMethod field changed.
|
VpnConfiguration |
VpnConfiguration.withConnectionName(String connectionName) |
Returns an immutable copy of this with just the connectionName
field changed.
|
VpnConfiguration |
VpnConfiguration.withRealm(String realm) |
Returns an immutable copy of this with just the realm field
changed.
|
VpnConfiguration |
VpnConfiguration.withRole(String role) |
Returns an immutable copy of this with just the role field
changed.
|
VpnConfiguration |
VpnConfiguration.withServers(List<VpnServer> servers) |
Returns an immutable copy of this with just the servers field
changed.
|
VpnConfiguration |
VpnConfiguration.withUnmappedField(String name,
String value) |
|