AndroidVpnConfiguration |
AndroidVpnConfiguration.Builder.build() |
|
AndroidVpnConfiguration |
AndroidVpnConfiguration.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
AndroidVpnConfiguration |
AndroidVpnConfiguration.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
AndroidVpnConfiguration |
AndroidVpnConfiguration.withAuthenticationMethod(VpnAuthenticationMethod authenticationMethod) |
Returns an immutable copy of this with just the
authenticationMethod field changed.
|
AndroidVpnConfiguration |
AndroidVpnConfiguration.withConnectionName(String connectionName) |
Returns an immutable copy of this with just the connectionName
field changed.
|
AndroidVpnConfiguration |
AndroidVpnConfiguration.withConnectionType(AndroidVpnConnectionType connectionType) |
Returns an immutable copy of this with just the connectionType
field changed.
|
AndroidVpnConfiguration |
AndroidVpnConfiguration.withCustomData(List<KeyValue> customData) |
Returns an immutable copy of this with just the customData field
changed.
|
AndroidVpnConfiguration |
AndroidVpnConfiguration.withCustomKeyValueData(List<KeyValuePair> customKeyValueData) |
Returns an immutable copy of this with just the
customKeyValueData field changed.
|
AndroidVpnConfiguration |
AndroidVpnConfiguration.withFingerprint(String fingerprint) |
Returns an immutable copy of this with just the fingerprint
field changed.
|
AndroidVpnConfiguration |
AndroidVpnConfiguration.withRealm(String realm) |
Returns an immutable copy of this with just the realm field
changed.
|
AndroidVpnConfiguration |
AndroidVpnConfiguration.withRole(String role) |
Returns an immutable copy of this with just the role field
changed.
|
AndroidVpnConfiguration |
AndroidVpnConfiguration.withServers(List<VpnServer> servers) |
Returns an immutable copy of this with just the servers field
changed.
|
AndroidVpnConfiguration |
AndroidVpnConfiguration.withUnmappedField(String name,
String value) |
|