public class Windows10EasEmailProfileConfiguration extends EasEmailProfileConfigurationBase implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Windows10EasEmailProfileConfiguration.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
accountName |
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 |
Windows10EasEmailProfileConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static Windows10EasEmailProfileConfiguration.Builder |
builderWindows10EasEmailProfileConfiguration()
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.”
|
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() |
Windows10EasEmailProfileConfiguration |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
Windows10EasEmailProfileConfiguration |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
Windows10EasEmailProfileConfiguration |
withAccountName(String accountName)
Returns an immutable copy of
this with just the accountName
field changed. |
Windows10EasEmailProfileConfiguration |
withDurationOfEmailToSync(EmailSyncDuration durationOfEmailToSync)
Returns an immutable copy of
this with just the durationOfEmailToSync field changed. |
Windows10EasEmailProfileConfiguration |
withEmailAddressSource(UserEmailSource emailAddressSource)
Returns an immutable copy of
this with just the emailAddressSource field changed. |
Windows10EasEmailProfileConfiguration |
withEmailSyncSchedule(EmailSyncSchedule emailSyncSchedule)
Returns an immutable copy of
this with just the emailSyncSchedule
field changed. |
Windows10EasEmailProfileConfiguration |
withHostName(String hostName)
Returns an immutable copy of
this with just the hostName field
changed. |
Windows10EasEmailProfileConfiguration |
withRequireSsl(Boolean requireSsl)
Returns an immutable copy of
this with just the requireSsl field
changed. |
Windows10EasEmailProfileConfiguration |
withSyncCalendar(Boolean syncCalendar)
Returns an immutable copy of
this with just the syncCalendar
field changed. |
Windows10EasEmailProfileConfiguration |
withSyncContacts(Boolean syncContacts)
Returns an immutable copy of
this with just the syncContacts
field changed. |
Windows10EasEmailProfileConfiguration |
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 syncCalendar
protected Boolean syncContacts
protected Boolean syncTasks
protected EmailSyncDuration durationOfEmailToSync
protected UserEmailSource emailAddressSource
protected EmailSyncSchedule emailSyncSchedule
protected String hostName
protected Boolean requireSsl
protected Windows10EasEmailProfileConfiguration()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class EasEmailProfileConfigurationBasepublic static Windows10EasEmailProfileConfiguration.Builder builderWindows10EasEmailProfileConfiguration()
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 Windows10EasEmailProfileConfiguration 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> getSyncCalendar()
public Windows10EasEmailProfileConfiguration 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 Windows10EasEmailProfileConfiguration 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 Windows10EasEmailProfileConfiguration 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 Windows10EasEmailProfileConfiguration 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 Windows10EasEmailProfileConfiguration 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 Windows10EasEmailProfileConfiguration 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 Windows10EasEmailProfileConfiguration 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 Windows10EasEmailProfileConfiguration 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 Windows10EasEmailProfileConfiguration 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 Windows10EasEmailProfileConfiguration 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.