public class AndroidWorkProfileEnterpriseWiFiConfiguration extends AndroidWorkProfileWiFiConfiguration implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
AndroidWorkProfileEnterpriseWiFiConfiguration.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected WiFiAuthenticationMethod |
authenticationMethod |
protected AndroidEapType |
eapType |
protected NonEapAuthenticationMethodForEapTtlsType |
innerAuthenticationProtocolForEapTtls |
protected NonEapAuthenticationMethodForPeap |
innerAuthenticationProtocolForPeap |
protected String |
outerIdentityPrivacyTemporaryValue |
protected String |
proxyAutomaticConfigurationUrl |
protected WiFiProxySetting |
proxySettings |
connectAutomatically, connectWhenNetworkNameIsHidden, networkName, ssid, wiFiSecurityTypecreatedDateTime, description, deviceManagementApplicabilityRuleDeviceMode, deviceManagementApplicabilityRuleOsEdition, deviceManagementApplicabilityRuleOsVersion, displayName, lastModifiedDateTime, roleScopeTagIds, roleScopeTagIdsNextLink, supportsScopeTags, versionchangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
AndroidWorkProfileEnterpriseWiFiConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static AndroidWorkProfileEnterpriseWiFiConfiguration.Builder |
builderAndroidWorkProfileEnterpriseWiFiConfiguration()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<WiFiAuthenticationMethod> |
getAuthenticationMethod()
“Indicates the Authentication Method the client (device) needs to use when the
EAP Type is configured to PEAP or EAP-TTLS.”
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<AndroidEapType> |
getEapType()
“Indicates the type of EAP protocol set on the Wi-Fi endpoint (router).”
|
AndroidWorkProfileCertificateProfileBaseRequest |
getIdentityCertificateForClientAuthentication()
“Identity Certificate for client authentication when EAP Type is configured to
EAP-TLS, EAP-TTLS (with Certificate Authentication), or PEAP (with Certificate
Authentication).
|
Optional<NonEapAuthenticationMethodForEapTtlsType> |
getInnerAuthenticationProtocolForEapTtls()
“Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and
Authenticationmethod is Username and Password.”
|
Optional<NonEapAuthenticationMethodForPeap> |
getInnerAuthenticationProtocolForPeap()
“Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and
Authenticationmethod is Username and Password.”
|
Optional<String> |
getOuterIdentityPrivacyTemporaryValue()
“Enable identity privacy (Outer Identity) when EAP Type is configured to EAP-TTLS
or PEAP.
|
Optional<String> |
getProxyAutomaticConfigurationUrl()
“URL of the proxy server automatic configuration script when automatic
configuration is selected.
|
Optional<WiFiProxySetting> |
getProxySettings()
“Proxy Type for this Wi-Fi connection”
|
AndroidWorkProfileTrustedRootCertificateRequest |
getRootCertificateForServerValidation()
“Trusted Root Certificate for Server Validation when EAP Type is configured to
EAP-TLS, EAP-TTLS or PEAP.
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
AndroidWorkProfileEnterpriseWiFiConfiguration |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
AndroidWorkProfileEnterpriseWiFiConfiguration |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
AndroidWorkProfileEnterpriseWiFiConfiguration |
withAuthenticationMethod(WiFiAuthenticationMethod authenticationMethod)
Returns an immutable copy of
this with just the authenticationMethod field changed. |
AndroidWorkProfileEnterpriseWiFiConfiguration |
withEapType(AndroidEapType eapType)
Returns an immutable copy of
this with just the eapType field
changed. |
AndroidWorkProfileEnterpriseWiFiConfiguration |
withInnerAuthenticationProtocolForEapTtls(NonEapAuthenticationMethodForEapTtlsType innerAuthenticationProtocolForEapTtls)
Returns an immutable copy of
this with just the innerAuthenticationProtocolForEapTtls field changed. |
AndroidWorkProfileEnterpriseWiFiConfiguration |
withInnerAuthenticationProtocolForPeap(NonEapAuthenticationMethodForPeap innerAuthenticationProtocolForPeap)
Returns an immutable copy of
this with just the innerAuthenticationProtocolForPeap field changed. |
AndroidWorkProfileEnterpriseWiFiConfiguration |
withOuterIdentityPrivacyTemporaryValue(String outerIdentityPrivacyTemporaryValue)
Returns an immutable copy of
this with just the outerIdentityPrivacyTemporaryValue field changed. |
AndroidWorkProfileEnterpriseWiFiConfiguration |
withProxyAutomaticConfigurationUrl(String proxyAutomaticConfigurationUrl)
Returns an immutable copy of
this with just the proxyAutomaticConfigurationUrl field changed. |
AndroidWorkProfileEnterpriseWiFiConfiguration |
withProxySettings(WiFiProxySetting proxySettings)
Returns an immutable copy of
this with just the proxySettings
field changed. |
builderAndroidWorkProfileWiFiConfiguration, getConnectAutomatically, getConnectWhenNetworkNameIsHidden, getNetworkName, getSsid, getWiFiSecurityType, withConnectAutomatically, withConnectWhenNetworkNameIsHidden, withNetworkName, withSsid, withWiFiSecurityTypeassign, assignedAccessMultiModeProfiles, getAssignments, getCreatedDateTime, getDescription, getDeviceManagementApplicabilityRuleDeviceMode, getDeviceManagementApplicabilityRuleOsEdition, getDeviceManagementApplicabilityRuleOsVersion, getDeviceSettingStateSummaries, getDeviceStatuses, getDeviceStatusOverview, getDisplayName, getGroupAssignments, getLastModifiedDateTime, getRoleScopeTagIds, getSupportsScopeTags, getUserStatuses, getUserStatusOverview, getVersion, windowsPrivacyAccessControls, withCreatedDateTime, withDescription, withDeviceManagementApplicabilityRuleDeviceMode, withDeviceManagementApplicabilityRuleOsEdition, withDeviceManagementApplicabilityRuleOsVersion, withDisplayName, withLastModifiedDateTime, withSupportsScopeTags, withVersionprotected AndroidEapType eapType
protected WiFiAuthenticationMethod authenticationMethod
protected NonEapAuthenticationMethodForEapTtlsType innerAuthenticationProtocolForEapTtls
protected NonEapAuthenticationMethodForPeap innerAuthenticationProtocolForPeap
protected String outerIdentityPrivacyTemporaryValue
protected WiFiProxySetting proxySettings
protected String proxyAutomaticConfigurationUrl
protected AndroidWorkProfileEnterpriseWiFiConfiguration()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class AndroidWorkProfileWiFiConfigurationpublic static AndroidWorkProfileEnterpriseWiFiConfiguration.Builder builderAndroidWorkProfileEnterpriseWiFiConfiguration()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class AndroidWorkProfileWiFiConfigurationpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class AndroidWorkProfileWiFiConfigurationpublic Optional<AndroidEapType> getEapType()
public AndroidWorkProfileEnterpriseWiFiConfiguration withEapType(AndroidEapType eapType)
this with just the eapType 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.
“Indicates the type of EAP protocol set on the Wi-Fi endpoint (router).”
eapType - new value of eapType field (as defined in service metadata)this with just the eapType field changedpublic Optional<WiFiAuthenticationMethod> getAuthenticationMethod()
public AndroidWorkProfileEnterpriseWiFiConfiguration withAuthenticationMethod(WiFiAuthenticationMethod 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.
“Indicates the Authentication Method the client (device) needs to use when the EAP Type is configured to PEAP or EAP-TTLS.”
authenticationMethod - new value of authenticationMethod field (as defined in service metadata)this with just the authenticationMethod field changedpublic Optional<NonEapAuthenticationMethodForEapTtlsType> getInnerAuthenticationProtocolForEapTtls()
public AndroidWorkProfileEnterpriseWiFiConfiguration withInnerAuthenticationProtocolForEapTtls(NonEapAuthenticationMethodForEapTtlsType innerAuthenticationProtocolForEapTtls)
this with just the innerAuthenticationProtocolForEapTtls 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.
“Non-EAP Method for Authentication (Inner Identity) when EAP Type is EAP-TTLS and Authenticationmethod is Username and Password.”
innerAuthenticationProtocolForEapTtls - new value of innerAuthenticationProtocolForEapTtls field (as defined in service metadata)this with just the innerAuthenticationProtocolForEapTtls field changedpublic Optional<NonEapAuthenticationMethodForPeap> getInnerAuthenticationProtocolForPeap()
public AndroidWorkProfileEnterpriseWiFiConfiguration withInnerAuthenticationProtocolForPeap(NonEapAuthenticationMethodForPeap innerAuthenticationProtocolForPeap)
this with just the innerAuthenticationProtocolForPeap 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.
“Non-EAP Method for Authentication (Inner Identity) when EAP Type is PEAP and Authenticationmethod is Username and Password.”
innerAuthenticationProtocolForPeap - new value of innerAuthenticationProtocolForPeap field (as defined in service metadata)this with just the innerAuthenticationProtocolForPeap field changedpublic Optional<String> getOuterIdentityPrivacyTemporaryValue()
public AndroidWorkProfileEnterpriseWiFiConfiguration withOuterIdentityPrivacyTemporaryValue(String outerIdentityPrivacyTemporaryValue)
this with just the outerIdentityPrivacyTemporaryValue 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.
“Enable identity privacy (Outer Identity) when EAP Type is configured to EAP-TTLS or PEAP. The String provided here is used to mask the username of individual users when they attempt to connect to Wi-Fi network.”
outerIdentityPrivacyTemporaryValue - new value of outerIdentityPrivacyTemporaryValue field (as defined in service metadata)this with just the outerIdentityPrivacyTemporaryValue field changedpublic Optional<WiFiProxySetting> getProxySettings()
public AndroidWorkProfileEnterpriseWiFiConfiguration withProxySettings(WiFiProxySetting proxySettings)
this with just the proxySettings
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.
“Proxy Type for this Wi-Fi connection”
proxySettings - new value of proxySettings field (as defined in service metadata)this with just the proxySettings field changedpublic Optional<String> getProxyAutomaticConfigurationUrl()
public AndroidWorkProfileEnterpriseWiFiConfiguration withProxyAutomaticConfigurationUrl(String proxyAutomaticConfigurationUrl)
this with just the proxyAutomaticConfigurationUrl 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.
“URL of the proxy server automatic configuration script when automatic configuration is selected. This URL is typically the location of PAC (Proxy Auto Configuration) file.”
proxyAutomaticConfigurationUrl - new value of proxyAutomaticConfigurationUrl field (as defined in service metadata)this with just the proxyAutomaticConfigurationUrl field changedpublic AndroidWorkProfileTrustedRootCertificateRequest getRootCertificateForServerValidation()
public AndroidWorkProfileCertificateProfileBaseRequest getIdentityCertificateForClientAuthentication()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class AndroidWorkProfileWiFiConfigurationpublic AndroidWorkProfileEnterpriseWiFiConfiguration patch()
this with changed fields reset.patch in class AndroidWorkProfileWiFiConfigurationthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic AndroidWorkProfileEnterpriseWiFiConfiguration put()
this
with changed fields reset (they were ignored anyway).put in class AndroidWorkProfileWiFiConfigurationthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class AndroidWorkProfileWiFiConfigurationCopyright © 2018–2020. All rights reserved.