public class Windows81VpnProxyServer extends VpnProxyServer implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
Windows81VpnProxyServer.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
automaticallyDetectProxySettings |
protected Boolean |
bypassProxyServerForLocalAddress |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
address, automaticConfigurationScriptUrl, contextPath, odataType, port| Modifier | Constructor and Description |
|---|---|
protected |
Windows81VpnProxyServer() |
| Modifier and Type | Method and Description |
|---|---|
static Windows81VpnProxyServer.Builder |
builderWindows81VpnProxyServer()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Boolean> |
getAutomaticallyDetectProxySettings()
“Automatically detect proxy settings.”
|
Optional<Boolean> |
getBypassProxyServerForLocalAddress()
“Bypass proxy server for local address.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
Windows81VpnProxyServer |
withAutomaticallyDetectProxySettings(Boolean automaticallyDetectProxySettings)
Returns an immutable copy of
this with just the automaticallyDetectProxySettings field changed. |
Windows81VpnProxyServer |
withBypassProxyServerForLocalAddress(Boolean bypassProxyServerForLocalAddress)
Returns an immutable copy of
this with just the bypassProxyServerForLocalAddress field changed. |
builder, getAddress, getAutomaticConfigurationScriptUrl, getPort, withAddress, withAutomaticConfigurationScriptUrl, withPortprotected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected Boolean automaticallyDetectProxySettings
protected Boolean bypassProxyServerForLocalAddress
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class VpnProxyServerpublic Optional<Boolean> getAutomaticallyDetectProxySettings()
public Windows81VpnProxyServer withAutomaticallyDetectProxySettings(Boolean automaticallyDetectProxySettings)
this with just the automaticallyDetectProxySettings 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.
“Automatically detect proxy settings.”
automaticallyDetectProxySettings - new value of automaticallyDetectProxySettings field (as defined in service metadata)this with just the automaticallyDetectProxySettings field changedpublic Optional<Boolean> getBypassProxyServerForLocalAddress()
public Windows81VpnProxyServer withBypassProxyServerForLocalAddress(Boolean bypassProxyServerForLocalAddress)
this with just the bypassProxyServerForLocalAddress 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.
“Bypass proxy server for local address.”
bypassProxyServerForLocalAddress - new value of bypassProxyServerForLocalAddress field (as defined in service metadata)this with just the bypassProxyServerForLocalAddress field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class VpnProxyServerpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class VpnProxyServerpublic static Windows81VpnProxyServer.Builder builderWindows81VpnProxyServer()
public String toString()
toString in class VpnProxyServerCopyright © 2018–2020. All rights reserved.