AppleVpnConfiguration |
AppleVpnConfiguration.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
AppleVpnConfiguration |
AppleVpnConfiguration.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
AppleVpnConfiguration |
AppleVpnConfiguration.withAssociatedDomains(List<String> associatedDomains) |
Returns an immutable copy of this with just the associatedDomains
field changed.
|
AppleVpnConfiguration |
AppleVpnConfiguration.withAuthenticationMethod(VpnAuthenticationMethod authenticationMethod) |
Returns an immutable copy of this with just the
authenticationMethod field changed.
|
AppleVpnConfiguration |
AppleVpnConfiguration.withConnectionName(String connectionName) |
Returns an immutable copy of this with just the connectionName
field changed.
|
AppleVpnConfiguration |
AppleVpnConfiguration.withConnectionType(AppleVpnConnectionType connectionType) |
Returns an immutable copy of this with just the connectionType
field changed.
|
AppleVpnConfiguration |
AppleVpnConfiguration.withCustomData(List<KeyValue> customData) |
Returns an immutable copy of this with just the customData field
changed.
|
AppleVpnConfiguration |
AppleVpnConfiguration.withCustomKeyValueData(List<KeyValuePair> customKeyValueData) |
Returns an immutable copy of this with just the
customKeyValueData field changed.
|
AppleVpnConfiguration |
AppleVpnConfiguration.withDisableOnDemandUserOverride(Boolean disableOnDemandUserOverride) |
Returns an immutable copy of this with just the
disableOnDemandUserOverride field changed.
|
AppleVpnConfiguration |
AppleVpnConfiguration.withDisconnectOnIdle(Boolean disconnectOnIdle) |
Returns an immutable copy of this with just the disconnectOnIdle
field changed.
|
AppleVpnConfiguration |
AppleVpnConfiguration.withDisconnectOnIdleTimerInSeconds(Integer disconnectOnIdleTimerInSeconds) |
Returns an immutable copy of this with just the
disconnectOnIdleTimerInSeconds field changed.
|
AppleVpnConfiguration |
AppleVpnConfiguration.withEnablePerApp(Boolean enablePerApp) |
Returns an immutable copy of this with just the enablePerApp
field changed.
|
AppleVpnConfiguration |
AppleVpnConfiguration.withEnableSplitTunneling(Boolean enableSplitTunneling) |
Returns an immutable copy of this with just the
enableSplitTunneling field changed.
|
AppleVpnConfiguration |
AppleVpnConfiguration.withExcludedDomains(List<String> excludedDomains) |
Returns an immutable copy of this with just the excludedDomains
field changed.
|
AppleVpnConfiguration |
AppleVpnConfiguration.withIdentifier(String identifier) |
Returns an immutable copy of this with just the identifier field
changed.
|
AppleVpnConfiguration |
AppleVpnConfiguration.withLoginGroupOrDomain(String loginGroupOrDomain) |
Returns an immutable copy of this with just the
loginGroupOrDomain field changed.
|
AppleVpnConfiguration |
AppleVpnConfiguration.withOnDemandRules(List<VpnOnDemandRule> onDemandRules) |
Returns an immutable copy of this with just the onDemandRules
field changed.
|
AppleVpnConfiguration |
AppleVpnConfiguration.withOptInToDeviceIdSharing(Boolean optInToDeviceIdSharing) |
Returns an immutable copy of this with just the
optInToDeviceIdSharing field changed.
|
AppleVpnConfiguration |
AppleVpnConfiguration.withProviderType(VpnProviderType providerType) |
Returns an immutable copy of this with just the providerType
field changed.
|
AppleVpnConfiguration |
AppleVpnConfiguration.withProxyServer(VpnProxyServer proxyServer) |
Returns an immutable copy of this with just the proxyServer
field changed.
|
AppleVpnConfiguration |
AppleVpnConfiguration.withRealm(String realm) |
Returns an immutable copy of this with just the realm field
changed.
|
AppleVpnConfiguration |
AppleVpnConfiguration.withRole(String role) |
Returns an immutable copy of this with just the role field
changed.
|
AppleVpnConfiguration |
AppleVpnConfiguration.withSafariDomains(List<String> safariDomains) |
Returns an immutable copy of this with just the safariDomains
field changed.
|
AppleVpnConfiguration |
AppleVpnConfiguration.withServer(VpnServer server) |
Returns an immutable copy of this with just the server field
changed.
|
AppleVpnConfiguration |
AppleVpnConfiguration.withUnmappedField(String name,
String value) |
|