Package odata.msgraph.client.complex
Class Windows10NetworkProxyServer.Builder
- java.lang.Object
-
- odata.msgraph.client.complex.Windows10NetworkProxyServer.Builder
-
- Enclosing class:
- Windows10NetworkProxyServer
public static final class Windows10NetworkProxyServer.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Windows10NetworkProxyServer.Builderaddress(String address)“Address to the proxy server.Windows10NetworkProxyServerbuild()Windows10NetworkProxyServer.Builderexceptions(String... exceptions)“Addresses that should not use the proxy server.Windows10NetworkProxyServer.Builderexceptions(List<String> exceptions)“Addresses that should not use the proxy server.Windows10NetworkProxyServer.BuilderexceptionsNextLink(String exceptionsNextLink)“Addresses that should not use the proxy server.Windows10NetworkProxyServer.BuilderuseForLocalAddresses(Boolean useForLocalAddresses)“Specifies whether the proxy server should be used for local (intranet) addresses .”
-
-
-
Method Detail
-
address
public Windows10NetworkProxyServer.Builder address(String address)
“Address to the proxy server. Specify an address in the format <server>[“:”<port> ]”- Parameters:
address- value ofaddressproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
exceptions
public Windows10NetworkProxyServer.Builder exceptions(List<String> exceptions)
“Addresses that should not use the proxy server. The system will not use the proxy server for addresses beginning with what is specified in this node.”- Parameters:
exceptions- value ofexceptionsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
exceptions
public Windows10NetworkProxyServer.Builder exceptions(String... exceptions)
“Addresses that should not use the proxy server. The system will not use the proxy server for addresses beginning with what is specified in this node.”- Parameters:
exceptions- value ofexceptionsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
exceptionsNextLink
public Windows10NetworkProxyServer.Builder exceptionsNextLink(String exceptionsNextLink)
“Addresses that should not use the proxy server. The system will not use the proxy server for addresses beginning with what is specified in this node.”- Parameters:
exceptionsNextLink- value ofexceptions@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
useForLocalAddresses
public Windows10NetworkProxyServer.Builder useForLocalAddresses(Boolean useForLocalAddresses)
“Specifies whether the proxy server should be used for local (intranet) addresses .”- Parameters:
useForLocalAddresses- value ofuseForLocalAddressesproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public Windows10NetworkProxyServer build()
-
-