public class Windows10NetworkProxyServer extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
Windows10NetworkProxyServer.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
address |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected List<String> |
exceptions |
protected String |
exceptionsNextLink |
protected String |
odataType |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected Boolean |
useForLocalAddresses |
| Modifier | Constructor and Description |
|---|---|
protected |
Windows10NetworkProxyServer() |
| Modifier and Type | Method and Description |
|---|---|
static Windows10NetworkProxyServer.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getAddress()
“Address to the proxy server.
|
com.github.davidmoten.odata.client.CollectionPage<String> |
getExceptions()
“Addresses that should not use the proxy server.
|
com.github.davidmoten.odata.client.CollectionPage<String> |
getExceptions(com.github.davidmoten.odata.client.HttpRequestOptions options)
“Addresses that should not use the proxy server.
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<Boolean> |
getUseForLocalAddresses()
“Specifies whether the proxy server should be used for local (intranet) addresses
.”
|
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
Windows10NetworkProxyServer |
withAddress(String address)
Returns an immutable copy of
this with just the address field
changed. |
Windows10NetworkProxyServer |
withUseForLocalAddresses(Boolean useForLocalAddresses)
Returns an immutable copy of
this with just the useForLocalAddresses field changed. |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String address
protected String exceptionsNextLink
protected Boolean useForLocalAddresses
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<String> getAddress()
public Windows10NetworkProxyServer withAddress(String address)
this with just the address field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“Address to the proxy server. Specify an address in the format <server>[“:”<port> ]”
address - new value of address field (as defined in service metadata)this with just the address field changedpublic com.github.davidmoten.odata.client.CollectionPage<String> getExceptions()
public com.github.davidmoten.odata.client.CollectionPage<String> getExceptions(com.github.davidmoten.odata.client.HttpRequestOptions options)
public Optional<Boolean> getUseForLocalAddresses()
public Windows10NetworkProxyServer withUseForLocalAddresses(Boolean useForLocalAddresses)
this with just the useForLocalAddresses field changed. Field description below. The field name is
also added to an internal map of changed fields in the returned object so that
when this.patch() is called (if available)on the returned object only
the changed fields are submitted.
“Specifies whether the proxy server should be used for local (intranet) addresses .”
useForLocalAddresses - new value of useForLocalAddresses field (as defined in service metadata)this with just the useForLocalAddresses field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static Windows10NetworkProxyServer.Builder builder()
Copyright © 2018–2020. All rights reserved.