public static final class Windows10NetworkProxyServer.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
Windows10NetworkProxyServer.Builder |
address(String address)
“Address to the proxy server.
|
Windows10NetworkProxyServer |
build() |
Windows10NetworkProxyServer.Builder |
exceptions(List<String> exceptions)
“Addresses that should not use the proxy server.
|
Windows10NetworkProxyServer.Builder |
exceptions(String... exceptions)
“Addresses that should not use the proxy server.
|
Windows10NetworkProxyServer.Builder |
exceptionsNextLink(String exceptionsNextLink)
“Addresses that should not use the proxy server.
|
Windows10NetworkProxyServer.Builder |
useForLocalAddresses(Boolean useForLocalAddresses)
“Specifies whether the proxy server should be used for local (intranet) addresses
.”
|
public Windows10NetworkProxyServer.Builder address(String address)
address - value of address property (as defined in service metadata)this (for method chaining)public Windows10NetworkProxyServer.Builder exceptions(List<String> exceptions)
exceptions - value of exceptions property (as defined in service metadata)this (for method chaining)public Windows10NetworkProxyServer.Builder exceptions(String... exceptions)
exceptions - value of exceptions property (as defined in service metadata)this (for method chaining)public Windows10NetworkProxyServer.Builder exceptionsNextLink(String exceptionsNextLink)
exceptionsNextLink - value of exceptions@nextLink property (as defined in service metadata)this (for method chaining)public Windows10NetworkProxyServer.Builder useForLocalAddresses(Boolean useForLocalAddresses)
useForLocalAddresses - value of useForLocalAddresses property (as defined in service metadata)this (for method chaining)public Windows10NetworkProxyServer build()
Copyright © 2018–2020. All rights reserved.