Class Windows10VpnProxyServer
- java.lang.Object
-
- odata.msgraph.client.beta.complex.VpnProxyServer
-
- odata.msgraph.client.beta.complex.Windows10VpnProxyServer
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class Windows10VpnProxyServer extends VpnProxyServer implements com.github.davidmoten.odata.client.ODataType
“VPN Proxy Server.”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWindows10VpnProxyServer.Builder
-
Field Summary
Fields Modifier and Type Field Description protected BooleanbypassProxyServerForLocalAddress-
Fields inherited from class odata.msgraph.client.beta.complex.VpnProxyServer
address, automaticConfigurationScriptUrl, contextPath, odataType, port, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedWindows10VpnProxyServer()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Windows10VpnProxyServer.BuilderbuilderWindows10VpnProxyServer()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.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()Windows10VpnProxyServerwithBypassProxyServerForLocalAddress(Boolean bypassProxyServerForLocalAddress)Returns an immutable copy ofthiswith just thebypassProxyServerForLocalAddressfield changed.Windows10VpnProxyServerwithUnmappedField(String name, String value)-
Methods inherited from class odata.msgraph.client.beta.complex.VpnProxyServer
builder, getAddress, getAutomaticConfigurationScriptUrl, getPort, withAddress, withAutomaticConfigurationScriptUrl, withPort
-
-
-
-
Field Detail
-
bypassProxyServerForLocalAddress
protected Boolean bypassProxyServerForLocalAddress
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classVpnProxyServer
-
getBypassProxyServerForLocalAddress
public Optional<Boolean> getBypassProxyServerForLocalAddress()
“Bypass proxy server for local address.”- Returns:
- property bypassProxyServerForLocalAddress
-
withBypassProxyServerForLocalAddress
public Windows10VpnProxyServer 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 Windows10VpnProxyServer 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
-
builderWindows10VpnProxyServer
public static Windows10VpnProxyServer.Builder builderWindows10VpnProxyServer()
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
-
-