| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected EmailSyncSchedule |
WindowsPhoneEASEmailProfileConfiguration.emailSyncSchedule |
protected EmailSyncSchedule |
AndroidEasEmailProfileConfiguration.emailSyncSchedule |
protected EmailSyncSchedule |
Windows10EasEmailProfileConfiguration.emailSyncSchedule |
| Modifier and Type | Method and Description |
|---|---|
Optional<EmailSyncSchedule> |
WindowsPhoneEASEmailProfileConfiguration.getEmailSyncSchedule()
“Email sync schedule.”
|
Optional<EmailSyncSchedule> |
AndroidEasEmailProfileConfiguration.getEmailSyncSchedule()
“Email sync schedule.”
|
Optional<EmailSyncSchedule> |
Windows10EasEmailProfileConfiguration.getEmailSyncSchedule()
“Email sync schedule.”
|
| Modifier and Type | Method and Description |
|---|---|
WindowsPhoneEASEmailProfileConfiguration.Builder |
WindowsPhoneEASEmailProfileConfiguration.Builder.emailSyncSchedule(EmailSyncSchedule emailSyncSchedule)
“Email sync schedule.”
|
AndroidEasEmailProfileConfiguration.Builder |
AndroidEasEmailProfileConfiguration.Builder.emailSyncSchedule(EmailSyncSchedule emailSyncSchedule)
“Email sync schedule.”
|
Windows10EasEmailProfileConfiguration.Builder |
Windows10EasEmailProfileConfiguration.Builder.emailSyncSchedule(EmailSyncSchedule emailSyncSchedule)
“Email sync schedule.”
|
WindowsPhoneEASEmailProfileConfiguration |
WindowsPhoneEASEmailProfileConfiguration.withEmailSyncSchedule(EmailSyncSchedule emailSyncSchedule)
Returns an immutable copy of
this with just the emailSyncSchedule
field changed. |
AndroidEasEmailProfileConfiguration |
AndroidEasEmailProfileConfiguration.withEmailSyncSchedule(EmailSyncSchedule emailSyncSchedule)
Returns an immutable copy of
this with just the emailSyncSchedule
field changed. |
Windows10EasEmailProfileConfiguration |
Windows10EasEmailProfileConfiguration.withEmailSyncSchedule(EmailSyncSchedule emailSyncSchedule)
Returns an immutable copy of
this with just the emailSyncSchedule
field changed. |
| Modifier and Type | Method and Description |
|---|---|
static EmailSyncSchedule |
EmailSyncSchedule.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmailSyncSchedule[] |
EmailSyncSchedule.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.