public class WindowsPhoneEASEmailProfileConfiguration extends EasEmailProfileConfigurationBase implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
WindowsPhoneEASEmailProfileConfiguration.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
accountName |
protected Boolean |
applyOnlyToWindowsPhone81 |
protected EmailSyncDuration |
durationOfEmailToSync |
protected UserEmailSource |
emailAddressSource |
protected EmailSyncSchedule |
emailSyncSchedule |
protected String |
hostName |
protected Boolean |
requireSsl |
protected Boolean |
syncCalendar |
protected Boolean |
syncContacts |
protected Boolean |
syncTasks |
customDomainName, userDomainNameSource, usernameAADSource, usernameSourcecreatedDateTime, description, deviceManagementApplicabilityRuleDeviceMode, deviceManagementApplicabilityRuleOsEdition, deviceManagementApplicabilityRuleOsVersion, displayName, lastModifiedDateTime, roleScopeTagIds, roleScopeTagIdsNextLink, supportsScopeTags, versionchangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
WindowsPhoneEASEmailProfileConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static WindowsPhoneEASEmailProfileConfiguration.Builder |
builderWindowsPhoneEASEmailProfileConfiguration()
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<Boolean> |
getApplyOnlyToWindowsPhone81()
“Value indicating whether this policy only applies to Windows 8.1.
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<EmailSyncDuration> |
getDurationOfEmailToSync()
“Duration of email to sync.”
|
Optional<UserEmailSource> |
getEmailAddressSource()
“Email attribute that is picked from AAD and injected into this profile before
installing on the device.”
|
Optional<EmailSyncSchedule> |
getEmailSyncSchedule()
“Email sync schedule.”
|
Optional<String> |
getHostName()
“Exchange location that (URL) that the native mail app connects to.”
|
Optional<Boolean> |
getRequireSsl()
“Indicates whether or not to use SSL.”
|
Optional<Boolean> |
getSyncCalendar()
“Whether or not to sync the calendar.”
|
Optional<Boolean> |
getSyncContacts()
“Whether or not to sync contacts.”
|
Optional<Boolean> |
getSyncTasks()
“Whether or not to sync tasks.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
WindowsPhoneEASEmailProfileConfiguration |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
WindowsPhoneEASEmailProfileConfiguration |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
WindowsPhoneEASEmailProfileConfiguration |
withAccountName(String accountName)
Returns an immutable copy of
this with just the accountName
field changed. |
WindowsPhoneEASEmailProfileConfiguration |
withApplyOnlyToWindowsPhone81(Boolean applyOnlyToWindowsPhone81)
Returns an immutable copy of
this with just the applyOnlyToWindowsPhone81 field changed. |
WindowsPhoneEASEmailProfileConfiguration |
withDurationOfEmailToSync(EmailSyncDuration durationOfEmailToSync)
Returns an immutable copy of
this with just the durationOfEmailToSync field changed. |
WindowsPhoneEASEmailProfileConfiguration |
withEmailAddressSource(UserEmailSource emailAddressSource)
Returns an immutable copy of
this with just the emailAddressSource field changed. |
WindowsPhoneEASEmailProfileConfiguration |
withEmailSyncSchedule(EmailSyncSchedule emailSyncSchedule)
Returns an immutable copy of
this with just the emailSyncSchedule
field changed. |
WindowsPhoneEASEmailProfileConfiguration |
withHostName(String hostName)
Returns an immutable copy of
this with just the hostName field
changed. |
WindowsPhoneEASEmailProfileConfiguration |
withRequireSsl(Boolean requireSsl)
Returns an immutable copy of
this with just the requireSsl field
changed. |
WindowsPhoneEASEmailProfileConfiguration |
withSyncCalendar(Boolean syncCalendar)
Returns an immutable copy of
this with just the syncCalendar
field changed. |
WindowsPhoneEASEmailProfileConfiguration |
withSyncContacts(Boolean syncContacts)
Returns an immutable copy of
this with just the syncContacts
field changed. |
WindowsPhoneEASEmailProfileConfiguration |
withSyncTasks(Boolean syncTasks)
Returns an immutable copy of
this with just the syncTasks field
changed. |
getCustomDomainName, getUserDomainNameSource, getUsernameAADSource, getUsernameSource, withCustomDomainName, withUserDomainNameSource, withUsernameAADSource, withUsernameSourceassign, 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 String accountName
protected Boolean applyOnlyToWindowsPhone81
protected Boolean syncCalendar
protected Boolean syncContacts
protected Boolean syncTasks
protected EmailSyncDuration durationOfEmailToSync
protected UserEmailSource emailAddressSource
protected EmailSyncSchedule emailSyncSchedule
protected String hostName
protected Boolean requireSsl
protected WindowsPhoneEASEmailProfileConfiguration()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class EasEmailProfileConfigurationBasepublic static WindowsPhoneEASEmailProfileConfiguration.Builder builderWindowsPhoneEASEmailProfileConfiguration()
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 WindowsPhoneEASEmailProfileConfiguration 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<Boolean> getApplyOnlyToWindowsPhone81()
Org.OData.Core.V1.Computed
true
Org.OData.Core.V1.Permissions
public WindowsPhoneEASEmailProfileConfiguration withApplyOnlyToWindowsPhone81(Boolean applyOnlyToWindowsPhone81)
this with just the applyOnlyToWindowsPhone81 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.
“Value indicating whether this policy only applies to Windows 8.1. This property is read-only.”
Org.OData.Core.V1.Computed
true
Org.OData.Core.V1.Permissions
applyOnlyToWindowsPhone81 - new value of applyOnlyToWindowsPhone81 field (as defined in service metadata)this with just the applyOnlyToWindowsPhone81 field changedpublic Optional<Boolean> getSyncCalendar()
public WindowsPhoneEASEmailProfileConfiguration withSyncCalendar(Boolean syncCalendar)
this with just the syncCalendar
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.
“Whether or not to sync the calendar.”
syncCalendar - new value of syncCalendar field (as defined in service metadata)this with just the syncCalendar field changedpublic Optional<Boolean> getSyncContacts()
public WindowsPhoneEASEmailProfileConfiguration withSyncContacts(Boolean syncContacts)
this with just the syncContacts
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.
“Whether or not to sync contacts.”
syncContacts - new value of syncContacts field (as defined in service metadata)this with just the syncContacts field changedpublic Optional<Boolean> getSyncTasks()
public WindowsPhoneEASEmailProfileConfiguration withSyncTasks(Boolean syncTasks)
this with just the syncTasks 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.
“Whether or not to sync tasks.”
syncTasks - new value of syncTasks field (as defined in service metadata)this with just the syncTasks field changedpublic Optional<EmailSyncDuration> getDurationOfEmailToSync()
public WindowsPhoneEASEmailProfileConfiguration 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 email to sync.”
durationOfEmailToSync - new value of durationOfEmailToSync field (as defined in service metadata)this with just the durationOfEmailToSync field changedpublic Optional<UserEmailSource> getEmailAddressSource()
public WindowsPhoneEASEmailProfileConfiguration 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<EmailSyncSchedule> getEmailSyncSchedule()
public WindowsPhoneEASEmailProfileConfiguration withEmailSyncSchedule(EmailSyncSchedule emailSyncSchedule)
this with just the emailSyncSchedule
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 sync schedule.”
emailSyncSchedule - new value of emailSyncSchedule field (as defined in service metadata)this with just the emailSyncSchedule field changedpublic Optional<String> getHostName()
public WindowsPhoneEASEmailProfileConfiguration 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> getRequireSsl()
public WindowsPhoneEASEmailProfileConfiguration 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 com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class EasEmailProfileConfigurationBasepublic WindowsPhoneEASEmailProfileConfiguration 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 WindowsPhoneEASEmailProfileConfiguration 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.