public class Windows10VpnProxyServer extends VpnProxyServer implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
Windows10VpnProxyServer.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
bypassProxyServerForLocalAddress |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
address, automaticConfigurationScriptUrl, contextPath, odataType, port| Modifier | Constructor and Description |
|---|---|
protected |
Windows10VpnProxyServer() |
| Modifier and Type | Method and Description |
|---|---|
static Windows10VpnProxyServer.Builder |
builderWindows10VpnProxyServer()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
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() |
Windows10VpnProxyServer |
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 bypassProxyServerForLocalAddress
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class VpnProxyServerpublic Optional<Boolean> getBypassProxyServerForLocalAddress()
public Windows10VpnProxyServer 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 Windows10VpnProxyServer.Builder builderWindows10VpnProxyServer()
public String toString()
toString in class VpnProxyServerCopyright © 2018–2020. All rights reserved.