Class Windows81VpnProxyServer
- java.lang.Object
-
- odata.msgraph.client.beta.complex.VpnProxyServer
-
- odata.msgraph.client.beta.complex.Windows81VpnProxyServer
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class Windows81VpnProxyServer extends VpnProxyServer implements com.github.davidmoten.odata.client.ODataType
“VPN Proxy Server.”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWindows81VpnProxyServer.Builder
-
Field Summary
Fields Modifier and Type Field Description protected BooleanautomaticallyDetectProxySettingsprotected BooleanbypassProxyServerForLocalAddress-
Fields inherited from class odata.msgraph.client.beta.complex.VpnProxyServer
address, automaticConfigurationScriptUrl, contextPath, odataType, port, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedWindows81VpnProxyServer()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Windows81VpnProxyServer.BuilderbuilderWindows81VpnProxyServer()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.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()Windows81VpnProxyServerwithAutomaticallyDetectProxySettings(Boolean automaticallyDetectProxySettings)Returns an immutable copy ofthiswith just theautomaticallyDetectProxySettingsfield changed.Windows81VpnProxyServerwithBypassProxyServerForLocalAddress(Boolean bypassProxyServerForLocalAddress)Returns an immutable copy ofthiswith just thebypassProxyServerForLocalAddressfield changed.Windows81VpnProxyServerwithUnmappedField(String name, String value)-
Methods inherited from class odata.msgraph.client.beta.complex.VpnProxyServer
builder, getAddress, getAutomaticConfigurationScriptUrl, getPort, withAddress, withAutomaticConfigurationScriptUrl, withPort
-
-
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classVpnProxyServer
-
getAutomaticallyDetectProxySettings
public Optional<Boolean> getAutomaticallyDetectProxySettings()
“Automatically detect proxy settings.”- Returns:
- property automaticallyDetectProxySettings
-
withAutomaticallyDetectProxySettings
public Windows81VpnProxyServer withAutomaticallyDetectProxySettings(Boolean automaticallyDetectProxySettings)
Returns an immutable copy ofthiswith just theautomaticallyDetectProxySettingsfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“Automatically detect proxy settings.”
- Parameters:
automaticallyDetectProxySettings- new value ofautomaticallyDetectProxySettingsfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theautomaticallyDetectProxySettingsfield changed
-
getBypassProxyServerForLocalAddress
public Optional<Boolean> getBypassProxyServerForLocalAddress()
“Bypass proxy server for local address.”- Returns:
- property bypassProxyServerForLocalAddress
-
withBypassProxyServerForLocalAddress
public Windows81VpnProxyServer withBypassProxyServerForLocalAddress(Boolean bypassProxyServerForLocalAddress)
Returns an immutable copy ofthiswith just thebypassProxyServerForLocalAddressfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“Bypass proxy server for local address.”
- Parameters:
bypassProxyServerForLocalAddress- new value ofbypassProxyServerForLocalAddressfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thebypassProxyServerForLocalAddressfield changed
-
withUnmappedField
public Windows81VpnProxyServer withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classVpnProxyServer
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classVpnProxyServer
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classVpnProxyServer
-
builderWindows81VpnProxyServer
public static Windows81VpnProxyServer.Builder builderWindows81VpnProxyServer()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
toString
public String toString()
- Overrides:
toStringin classVpnProxyServer
-
-