public class WindowsPhone81VpnConfiguration extends Windows81VpnConfiguration implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
WindowsPhone81VpnConfiguration.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected VpnAuthenticationMethod |
authenticationMethod |
protected Boolean |
bypassVpnOnCompanyWifi |
protected Boolean |
bypassVpnOnHomeWifi |
protected List<String> |
dnsSuffixSearchList |
protected String |
dnsSuffixSearchListNextLink |
protected Boolean |
rememberUserCredentials |
applyOnlyToWindows81, connectionType, enableSplitTunneling, loginGroupOrDomain, proxyServerconnectionName, customXml, servers, serversNextLinkcreatedDateTime, description, deviceManagementApplicabilityRuleDeviceMode, deviceManagementApplicabilityRuleOsEdition, deviceManagementApplicabilityRuleOsVersion, displayName, lastModifiedDateTime, roleScopeTagIds, roleScopeTagIdsNextLink, supportsScopeTags, versionchangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
WindowsPhone81VpnConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static WindowsPhone81VpnConfiguration.Builder |
builderWindowsPhone81VpnConfiguration()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<VpnAuthenticationMethod> |
getAuthenticationMethod()
“Authentication method.”
|
Optional<Boolean> |
getBypassVpnOnCompanyWifi()
“Bypass VPN on company Wi-Fi.”
|
Optional<Boolean> |
getBypassVpnOnHomeWifi()
“Bypass VPN on home Wi-Fi.”
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getDnsSuffixSearchList()
“DNS suffix search list.”
|
com.github.davidmoten.odata.client.CollectionPage<String> |
getDnsSuffixSearchList(com.github.davidmoten.odata.client.HttpRequestOptions options)
“DNS suffix search list.”
|
WindowsPhone81CertificateProfileBaseRequest |
getIdentityCertificate()
“Identity certificate for client authentication when authentication method is
certificate.”
|
Optional<Boolean> |
getRememberUserCredentials()
“Remember user credentials.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
WindowsPhone81VpnConfiguration |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
WindowsPhone81VpnConfiguration |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
WindowsPhone81VpnConfiguration |
withAuthenticationMethod(VpnAuthenticationMethod authenticationMethod)
Returns an immutable copy of
this with just the authenticationMethod field changed. |
WindowsPhone81VpnConfiguration |
withBypassVpnOnCompanyWifi(Boolean bypassVpnOnCompanyWifi)
Returns an immutable copy of
this with just the bypassVpnOnCompanyWifi field changed. |
WindowsPhone81VpnConfiguration |
withBypassVpnOnHomeWifi(Boolean bypassVpnOnHomeWifi)
Returns an immutable copy of
this with just the bypassVpnOnHomeWifi field changed. |
WindowsPhone81VpnConfiguration |
withRememberUserCredentials(Boolean rememberUserCredentials)
Returns an immutable copy of
this with just the rememberUserCredentials field changed. |
builderWindows81VpnConfiguration, getApplyOnlyToWindows81, getConnectionType, getEnableSplitTunneling, getLoginGroupOrDomain, getProxyServer, withApplyOnlyToWindows81, withConnectionType, withEnableSplitTunneling, withLoginGroupOrDomain, withProxyServergetConnectionName, getCustomXml, getServers, getServers, withConnectionName, withCustomXmlassign, assignedAccessMultiModeProfiles, getAssignments, getCreatedDateTime, getDescription, getDeviceManagementApplicabilityRuleDeviceMode, getDeviceManagementApplicabilityRuleOsEdition, getDeviceManagementApplicabilityRuleOsVersion, getDeviceSettingStateSummaries, getDeviceStatuses, getDeviceStatusOverview, getDisplayName, getGroupAssignments, getLastModifiedDateTime, getRoleScopeTagIds, getRoleScopeTagIds, getSupportsScopeTags, getUserStatuses, getUserStatusOverview, getVersion, windowsPrivacyAccessControls, withCreatedDateTime, withDescription, withDeviceManagementApplicabilityRuleDeviceMode, withDeviceManagementApplicabilityRuleOsEdition, withDeviceManagementApplicabilityRuleOsVersion, withDisplayName, withLastModifiedDateTime, withSupportsScopeTags, withVersionprotected Boolean bypassVpnOnCompanyWifi
protected Boolean bypassVpnOnHomeWifi
protected VpnAuthenticationMethod authenticationMethod
protected Boolean rememberUserCredentials
protected String dnsSuffixSearchListNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Windows81VpnConfigurationpublic static WindowsPhone81VpnConfiguration.Builder builderWindowsPhone81VpnConfiguration()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Windows81VpnConfigurationpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Windows81VpnConfigurationpublic Optional<Boolean> getBypassVpnOnCompanyWifi()
public WindowsPhone81VpnConfiguration withBypassVpnOnCompanyWifi(Boolean bypassVpnOnCompanyWifi)
this with just the bypassVpnOnCompanyWifi 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 VPN on company Wi-Fi.”
bypassVpnOnCompanyWifi - new value of bypassVpnOnCompanyWifi field (as defined in service metadata)this with just the bypassVpnOnCompanyWifi field changedpublic Optional<Boolean> getBypassVpnOnHomeWifi()
public WindowsPhone81VpnConfiguration withBypassVpnOnHomeWifi(Boolean bypassVpnOnHomeWifi)
this with just the bypassVpnOnHomeWifi 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 VPN on home Wi-Fi.”
bypassVpnOnHomeWifi - new value of bypassVpnOnHomeWifi field (as defined in service metadata)this with just the bypassVpnOnHomeWifi field changedpublic Optional<VpnAuthenticationMethod> getAuthenticationMethod()
public WindowsPhone81VpnConfiguration withAuthenticationMethod(VpnAuthenticationMethod authenticationMethod)
this with just the authenticationMethod 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.
“Authentication method.”
authenticationMethod - new value of authenticationMethod field (as defined in service metadata)this with just the authenticationMethod field changedpublic Optional<Boolean> getRememberUserCredentials()
public WindowsPhone81VpnConfiguration withRememberUserCredentials(Boolean rememberUserCredentials)
this with just the rememberUserCredentials 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.
“Remember user credentials.”
rememberUserCredentials - new value of rememberUserCredentials field (as defined in service metadata)this with just the rememberUserCredentials field changedpublic com.github.davidmoten.odata.client.CollectionPage<String> getDnsSuffixSearchList()
public com.github.davidmoten.odata.client.CollectionPage<String> getDnsSuffixSearchList(com.github.davidmoten.odata.client.HttpRequestOptions options)
public WindowsPhone81CertificateProfileBaseRequest getIdentityCertificate()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Windows81VpnConfigurationpublic WindowsPhone81VpnConfiguration patch()
this with changed fields reset.patch in class Windows81VpnConfigurationthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic WindowsPhone81VpnConfiguration put()
this
with changed fields reset (they were ignored anyway).put in class Windows81VpnConfigurationthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class Windows81VpnConfigurationCopyright © 2018–2020. All rights reserved.