public class IosEasEmailProfileConfiguration extends EasEmailProfileConfigurationBase implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
IosEasEmailProfileConfiguration.Builder |
customDomainName, userDomainNameSource, usernameAADSource, usernameSourcecreatedDateTime, description, deviceManagementApplicabilityRuleDeviceMode, deviceManagementApplicabilityRuleOsEdition, deviceManagementApplicabilityRuleOsVersion, displayName, lastModifiedDateTime, roleScopeTagIds, roleScopeTagIdsNextLink, supportsScopeTags, versionchangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
IosEasEmailProfileConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static IosEasEmailProfileConfiguration.Builder |
builderIosEasEmailProfileConfiguration()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getAccountName()
“Account name.”
|
Optional<EasAuthenticationMethod> |
getAuthenticationMethod()
“Authentication method for this Email profile.”
|
Optional<Boolean> |
getBlockMovingMessagesToOtherEmailAccounts()
“Indicates whether or not to block moving messages to other email accounts.”
|
Optional<Boolean> |
getBlockSendingEmailFromThirdPartyApps()
“Indicates whether or not to block sending email from third party apps.”
|
Optional<Boolean> |
getBlockSyncingRecentlyUsedEmailAddresses()
“Indicates whether or not to block syncing recently used email addresses, for
instance - when composing new email.”
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
DeviceManagementDerivedCredentialSettingsRequest |
getDerivedCredentialSettings()
“Tenant level settings for the Derived Credentials to be used for authentication.”
|
Optional<EmailSyncDuration> |
getDurationOfEmailToSync()
“Duration of time email should be synced back to.”
|
Optional<EasServices> |
getEasServices()
“Exchange data to sync.”
|
Optional<Boolean> |
getEasServicesUserOverrideEnabled()
“Allow users to change sync settings.”
|
Optional<UserEmailSource> |
getEmailAddressSource()
“Email attribute that is picked from AAD and injected into this profile before
installing on the device.”
|
Optional<EmailCertificateType> |
getEncryptionCertificateType()
“Encryption Certificate type for this Email profile.”
|
Optional<String> |
getHostName()
“Exchange location that (URL) that the native mail app connects to.”
|
IosCertificateProfileBaseRequest |
getIdentityCertificate()
“Identity certificate.”
|
Optional<Boolean> |
getRequireSmime()
“Indicates whether or not to use S/MIME certificate.”
|
Optional<Boolean> |
getRequireSsl()
“Indicates whether or not to use SSL.”
|
Optional<EmailCertificateType> |
getSigningCertificateType()
“Signing Certificate type for this Email profile.”
|
Optional<Boolean> |
getSmimeEnablePerMessageSwitch()
“Indicates whether or not to allow unencrypted emails.”
|
Optional<Boolean> |
getSmimeEncryptByDefaultEnabled()
“If set to true S/MIME encryption is enabled by default.”
|
Optional<Boolean> |
getSmimeEncryptByDefaultUserOverrideEnabled()
“If set to true, the user can toggle the encryption by default setting.”
|
IosCertificateProfileRequest |
getSmimeEncryptionCertificate()
“S/MIME encryption certificate.”
|
Optional<Boolean> |
getSmimeEncryptionCertificateUserOverrideEnabled()
“If set to true the user can select the S/MIME encryption identity.”
|
IosCertificateProfileRequest |
getSmimeSigningCertificate()
“S/MIME signing certificate.”
|
Optional<Boolean> |
getSmimeSigningCertificateUserOverrideEnabled()
“If set to true, the user can select the signing identity.”
|
Optional<Boolean> |
getSmimeSigningEnabled()
“If set to true S/MIME signing is enabled for this account”
|
Optional<Boolean> |
getSmimeSigningUserOverrideEnabled()
“If set to true, the user can toggle S/MIME signing on or off.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<Boolean> |
getUseOAuth()
“Specifies whether the connection should use OAuth for authentication.”
|
String |
odataTypeName() |
IosEasEmailProfileConfiguration |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
IosEasEmailProfileConfiguration |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
IosEasEmailProfileConfiguration |
withAccountName(String accountName)
Returns an immutable copy of
this with just the accountName
field changed. |
IosEasEmailProfileConfiguration |
withAuthenticationMethod(EasAuthenticationMethod authenticationMethod)
Returns an immutable copy of
this with just the authenticationMethod field changed. |
IosEasEmailProfileConfiguration |
withBlockMovingMessagesToOtherEmailAccounts(Boolean blockMovingMessagesToOtherEmailAccounts)
Returns an immutable copy of
this with just the blockMovingMessagesToOtherEmailAccounts field changed. |
IosEasEmailProfileConfiguration |
withBlockSendingEmailFromThirdPartyApps(Boolean blockSendingEmailFromThirdPartyApps)
Returns an immutable copy of
this with just the blockSendingEmailFromThirdPartyApps field changed. |
IosEasEmailProfileConfiguration |
withBlockSyncingRecentlyUsedEmailAddresses(Boolean blockSyncingRecentlyUsedEmailAddresses)
Returns an immutable copy of
this with just the blockSyncingRecentlyUsedEmailAddresses field changed. |
IosEasEmailProfileConfiguration |
withDurationOfEmailToSync(EmailSyncDuration durationOfEmailToSync)
Returns an immutable copy of
this with just the durationOfEmailToSync field changed. |
IosEasEmailProfileConfiguration |
withEasServices(EasServices easServices)
Returns an immutable copy of
this with just the easServices
field changed. |
IosEasEmailProfileConfiguration |
withEasServicesUserOverrideEnabled(Boolean easServicesUserOverrideEnabled)
Returns an immutable copy of
this with just the easServicesUserOverrideEnabled field changed. |
IosEasEmailProfileConfiguration |
withEmailAddressSource(UserEmailSource emailAddressSource)
Returns an immutable copy of
this with just the emailAddressSource field changed. |
IosEasEmailProfileConfiguration |
withEncryptionCertificateType(EmailCertificateType encryptionCertificateType)
Returns an immutable copy of
this with just the encryptionCertificateType field changed. |
IosEasEmailProfileConfiguration |
withHostName(String hostName)
Returns an immutable copy of
this with just the hostName field
changed. |
IosEasEmailProfileConfiguration |
withRequireSmime(Boolean requireSmime)
Returns an immutable copy of
this with just the requireSmime
field changed. |
IosEasEmailProfileConfiguration |
withRequireSsl(Boolean requireSsl)
Returns an immutable copy of
this with just the requireSsl field
changed. |
IosEasEmailProfileConfiguration |
withSigningCertificateType(EmailCertificateType signingCertificateType)
Returns an immutable copy of
this with just the signingCertificateType field changed. |
IosEasEmailProfileConfiguration |
withSmimeEnablePerMessageSwitch(Boolean smimeEnablePerMessageSwitch)
Returns an immutable copy of
this with just the smimeEnablePerMessageSwitch field changed. |
IosEasEmailProfileConfiguration |
withSmimeEncryptByDefaultEnabled(Boolean smimeEncryptByDefaultEnabled)
Returns an immutable copy of
this with just the smimeEncryptByDefaultEnabled field changed. |
IosEasEmailProfileConfiguration |
withSmimeEncryptByDefaultUserOverrideEnabled(Boolean smimeEncryptByDefaultUserOverrideEnabled)
Returns an immutable copy of
this with just the smimeEncryptByDefaultUserOverrideEnabled field changed. |
IosEasEmailProfileConfiguration |
withSmimeEncryptionCertificateUserOverrideEnabled(Boolean smimeEncryptionCertificateUserOverrideEnabled)
Returns an immutable copy of
this with just the smimeEncryptionCertificateUserOverrideEnabled field changed. |
IosEasEmailProfileConfiguration |
withSmimeSigningCertificateUserOverrideEnabled(Boolean smimeSigningCertificateUserOverrideEnabled)
Returns an immutable copy of
this with just the smimeSigningCertificateUserOverrideEnabled field changed. |
IosEasEmailProfileConfiguration |
withSmimeSigningEnabled(Boolean smimeSigningEnabled)
Returns an immutable copy of
this with just the smimeSigningEnabled field changed. |
IosEasEmailProfileConfiguration |
withSmimeSigningUserOverrideEnabled(Boolean smimeSigningUserOverrideEnabled)
Returns an immutable copy of
this with just the smimeSigningUserOverrideEnabled field changed. |
IosEasEmailProfileConfiguration |
withUseOAuth(Boolean useOAuth)
Returns an immutable copy of
this with just the useOAuth field
changed. |
getCustomDomainName, getUserDomainNameSource, getUsernameAADSource, getUsernameSource, withCustomDomainName, withUserDomainNameSource, withUsernameAADSource, withUsernameSourceassign, 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 String accountName
protected EasAuthenticationMethod authenticationMethod
protected Boolean blockMovingMessagesToOtherEmailAccounts
protected Boolean blockSendingEmailFromThirdPartyApps
protected Boolean blockSyncingRecentlyUsedEmailAddresses
protected EmailSyncDuration durationOfEmailToSync
protected UserEmailSource emailAddressSource
protected EasServices easServices
protected Boolean easServicesUserOverrideEnabled
protected String hostName
protected Boolean requireSmime
protected Boolean smimeEnablePerMessageSwitch
protected Boolean smimeEncryptByDefaultEnabled
protected Boolean smimeSigningEnabled
protected Boolean smimeSigningUserOverrideEnabled
protected Boolean smimeEncryptByDefaultUserOverrideEnabled
protected Boolean smimeSigningCertificateUserOverrideEnabled
protected Boolean smimeEncryptionCertificateUserOverrideEnabled
protected Boolean requireSsl
protected Boolean useOAuth
protected EmailCertificateType signingCertificateType
protected EmailCertificateType encryptionCertificateType
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class EasEmailProfileConfigurationBasepublic static IosEasEmailProfileConfiguration.Builder builderIosEasEmailProfileConfiguration()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class EasEmailProfileConfigurationBasepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class EasEmailProfileConfigurationBasepublic Optional<String> getAccountName()
public IosEasEmailProfileConfiguration withAccountName(String accountName)
this with just the accountName
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.
“Account name.”
accountName - new value of accountName field (as defined in service metadata)this with just the accountName field changedpublic Optional<EasAuthenticationMethod> getAuthenticationMethod()
public IosEasEmailProfileConfiguration withAuthenticationMethod(EasAuthenticationMethod 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 for this Email profile.”
authenticationMethod - new value of authenticationMethod field (as defined in service metadata)this with just the authenticationMethod field changedpublic Optional<Boolean> getBlockMovingMessagesToOtherEmailAccounts()
public IosEasEmailProfileConfiguration withBlockMovingMessagesToOtherEmailAccounts(Boolean blockMovingMessagesToOtherEmailAccounts)
this with just the blockMovingMessagesToOtherEmailAccounts 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 whether or not to block moving messages to other email accounts.”
blockMovingMessagesToOtherEmailAccounts - new value of blockMovingMessagesToOtherEmailAccounts field (as defined in service metadata)this with just the blockMovingMessagesToOtherEmailAccounts field changedpublic Optional<Boolean> getBlockSendingEmailFromThirdPartyApps()
public IosEasEmailProfileConfiguration withBlockSendingEmailFromThirdPartyApps(Boolean blockSendingEmailFromThirdPartyApps)
this with just the blockSendingEmailFromThirdPartyApps 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 whether or not to block sending email from third party apps.”
blockSendingEmailFromThirdPartyApps - new value of blockSendingEmailFromThirdPartyApps field (as defined in service metadata)this with just the blockSendingEmailFromThirdPartyApps field changedpublic Optional<Boolean> getBlockSyncingRecentlyUsedEmailAddresses()
public IosEasEmailProfileConfiguration withBlockSyncingRecentlyUsedEmailAddresses(Boolean blockSyncingRecentlyUsedEmailAddresses)
this with just the blockSyncingRecentlyUsedEmailAddresses 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 whether or not to block syncing recently used email addresses, for instance - when composing new email.”
blockSyncingRecentlyUsedEmailAddresses - new value of blockSyncingRecentlyUsedEmailAddresses field (as defined in service metadata)this with just the blockSyncingRecentlyUsedEmailAddresses field changedpublic Optional<EmailSyncDuration> getDurationOfEmailToSync()
public IosEasEmailProfileConfiguration withDurationOfEmailToSync(EmailSyncDuration durationOfEmailToSync)
this with just the durationOfEmailToSync 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.
“Duration of time email should be synced back to.”
durationOfEmailToSync - new value of durationOfEmailToSync field (as defined in service metadata)this with just the durationOfEmailToSync field changedpublic Optional<UserEmailSource> getEmailAddressSource()
public IosEasEmailProfileConfiguration withEmailAddressSource(UserEmailSource emailAddressSource)
this with just the emailAddressSource 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.
“Email attribute that is picked from AAD and injected into this profile before installing on the device.”
emailAddressSource - new value of emailAddressSource field (as defined in service metadata)this with just the emailAddressSource field changedpublic Optional<EasServices> getEasServices()
public IosEasEmailProfileConfiguration withEasServices(EasServices easServices)
this with just the easServices
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.
“Exchange data to sync.”
easServices - new value of easServices field (as defined in service metadata)this with just the easServices field changedpublic Optional<Boolean> getEasServicesUserOverrideEnabled()
public IosEasEmailProfileConfiguration withEasServicesUserOverrideEnabled(Boolean easServicesUserOverrideEnabled)
this with just the easServicesUserOverrideEnabled 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.
“Allow users to change sync settings.”
easServicesUserOverrideEnabled - new value of easServicesUserOverrideEnabled field (as defined in service metadata)this with just the easServicesUserOverrideEnabled field changedpublic Optional<String> getHostName()
public IosEasEmailProfileConfiguration withHostName(String hostName)
this with just the hostName 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.
“Exchange location that (URL) that the native mail app connects to.”
hostName - new value of hostName field (as defined in service metadata)this with just the hostName field changedpublic Optional<Boolean> getRequireSmime()
public IosEasEmailProfileConfiguration withRequireSmime(Boolean requireSmime)
this with just the requireSmime
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 whether or not to use S/MIME certificate.”
requireSmime - new value of requireSmime field (as defined in service metadata)this with just the requireSmime field changedpublic Optional<Boolean> getSmimeEnablePerMessageSwitch()
public IosEasEmailProfileConfiguration withSmimeEnablePerMessageSwitch(Boolean smimeEnablePerMessageSwitch)
this with just the smimeEnablePerMessageSwitch 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 whether or not to allow unencrypted emails.”
smimeEnablePerMessageSwitch - new value of smimeEnablePerMessageSwitch field (as defined in service metadata)this with just the smimeEnablePerMessageSwitch field changedpublic Optional<Boolean> getSmimeEncryptByDefaultEnabled()
public IosEasEmailProfileConfiguration withSmimeEncryptByDefaultEnabled(Boolean smimeEncryptByDefaultEnabled)
this with just the smimeEncryptByDefaultEnabled 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.
“If set to true S/MIME encryption is enabled by default.”
smimeEncryptByDefaultEnabled - new value of smimeEncryptByDefaultEnabled field (as defined in service metadata)this with just the smimeEncryptByDefaultEnabled field changedpublic Optional<Boolean> getSmimeSigningEnabled()
public IosEasEmailProfileConfiguration withSmimeSigningEnabled(Boolean smimeSigningEnabled)
this with just the smimeSigningEnabled 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.
“If set to true S/MIME signing is enabled for this account”
smimeSigningEnabled - new value of smimeSigningEnabled field (as defined in service metadata)this with just the smimeSigningEnabled field changedpublic Optional<Boolean> getSmimeSigningUserOverrideEnabled()
public IosEasEmailProfileConfiguration withSmimeSigningUserOverrideEnabled(Boolean smimeSigningUserOverrideEnabled)
this with just the smimeSigningUserOverrideEnabled 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.
“If set to true, the user can toggle S/MIME signing on or off.”
smimeSigningUserOverrideEnabled - new value of smimeSigningUserOverrideEnabled field (as defined in service metadata)this with just the smimeSigningUserOverrideEnabled field changedpublic Optional<Boolean> getSmimeEncryptByDefaultUserOverrideEnabled()
public IosEasEmailProfileConfiguration withSmimeEncryptByDefaultUserOverrideEnabled(Boolean smimeEncryptByDefaultUserOverrideEnabled)
this with just the smimeEncryptByDefaultUserOverrideEnabled 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.
“If set to true, the user can toggle the encryption by default setting.”
smimeEncryptByDefaultUserOverrideEnabled - new value of smimeEncryptByDefaultUserOverrideEnabled field (as defined in service metadata)this with just the smimeEncryptByDefaultUserOverrideEnabled field changedpublic Optional<Boolean> getSmimeSigningCertificateUserOverrideEnabled()
public IosEasEmailProfileConfiguration withSmimeSigningCertificateUserOverrideEnabled(Boolean smimeSigningCertificateUserOverrideEnabled)
this with just the smimeSigningCertificateUserOverrideEnabled 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.
“If set to true, the user can select the signing identity.”
smimeSigningCertificateUserOverrideEnabled - new value of smimeSigningCertificateUserOverrideEnabled field (as defined in service metadata)this with just the smimeSigningCertificateUserOverrideEnabled field changedpublic Optional<Boolean> getSmimeEncryptionCertificateUserOverrideEnabled()
public IosEasEmailProfileConfiguration withSmimeEncryptionCertificateUserOverrideEnabled(Boolean smimeEncryptionCertificateUserOverrideEnabled)
this with just the smimeEncryptionCertificateUserOverrideEnabled 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.
“If set to true the user can select the S/MIME encryption identity.”
smimeEncryptionCertificateUserOverrideEnabled - new value of smimeEncryptionCertificateUserOverrideEnabled field (as defined in service metadata)this with just the smimeEncryptionCertificateUserOverrideEnabled field changedpublic Optional<Boolean> getRequireSsl()
public IosEasEmailProfileConfiguration withRequireSsl(Boolean requireSsl)
this with just the requireSsl 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 whether or not to use SSL.”
requireSsl - new value of requireSsl field (as defined in service metadata)this with just the requireSsl field changedpublic Optional<Boolean> getUseOAuth()
public IosEasEmailProfileConfiguration withUseOAuth(Boolean useOAuth)
this with just the useOAuth 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.
“Specifies whether the connection should use OAuth for authentication.”
useOAuth - new value of useOAuth field (as defined in service metadata)this with just the useOAuth field changedpublic Optional<EmailCertificateType> getSigningCertificateType()
public IosEasEmailProfileConfiguration withSigningCertificateType(EmailCertificateType signingCertificateType)
this with just the signingCertificateType 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.
“Signing Certificate type for this Email profile.”
signingCertificateType - new value of signingCertificateType field (as defined in service metadata)this with just the signingCertificateType field changedpublic Optional<EmailCertificateType> getEncryptionCertificateType()
public IosEasEmailProfileConfiguration withEncryptionCertificateType(EmailCertificateType encryptionCertificateType)
this with just the encryptionCertificateType 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.
“Encryption Certificate type for this Email profile.”
encryptionCertificateType - new value of encryptionCertificateType field (as defined in service metadata)this with just the encryptionCertificateType field changedpublic IosCertificateProfileBaseRequest getIdentityCertificate()
public IosCertificateProfileRequest getSmimeSigningCertificate()
public IosCertificateProfileRequest getSmimeEncryptionCertificate()
public DeviceManagementDerivedCredentialSettingsRequest getDerivedCredentialSettings()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class EasEmailProfileConfigurationBasepublic IosEasEmailProfileConfiguration patch()
this with changed fields reset.patch in class EasEmailProfileConfigurationBasethis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic IosEasEmailProfileConfiguration put()
this
with changed fields reset (they were ignored anyway).put in class EasEmailProfileConfigurationBasethis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class EasEmailProfileConfigurationBaseCopyright © 2018–2020. All rights reserved.