Uses of Class
odata.msgraph.client.beta.enums.EmailSyncSchedule
-
Packages that use EmailSyncSchedule Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of EmailSyncSchedule in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as EmailSyncSchedule Modifier and Type Field Description protected EmailSyncScheduleAndroidEasEmailProfileConfiguration. emailSyncScheduleprotected EmailSyncScheduleWindows10EasEmailProfileConfiguration. emailSyncScheduleprotected EmailSyncScheduleWindowsPhoneEASEmailProfileConfiguration. emailSyncScheduleMethods in odata.msgraph.client.beta.entity that return types with arguments of type EmailSyncSchedule Modifier and Type Method Description Optional<EmailSyncSchedule>AndroidEasEmailProfileConfiguration. getEmailSyncSchedule()“Email sync schedule.”Optional<EmailSyncSchedule>Windows10EasEmailProfileConfiguration. getEmailSyncSchedule()“Email sync schedule.”Optional<EmailSyncSchedule>WindowsPhoneEASEmailProfileConfiguration. getEmailSyncSchedule()“Email sync schedule.”Methods in odata.msgraph.client.beta.entity with parameters of type EmailSyncSchedule Modifier and Type Method Description AndroidEasEmailProfileConfiguration.BuilderAndroidEasEmailProfileConfiguration.Builder. emailSyncSchedule(EmailSyncSchedule emailSyncSchedule)“Email sync schedule.”Windows10EasEmailProfileConfiguration.BuilderWindows10EasEmailProfileConfiguration.Builder. emailSyncSchedule(EmailSyncSchedule emailSyncSchedule)“Email sync schedule.”WindowsPhoneEASEmailProfileConfiguration.BuilderWindowsPhoneEASEmailProfileConfiguration.Builder. emailSyncSchedule(EmailSyncSchedule emailSyncSchedule)“Email sync schedule.”AndroidEasEmailProfileConfigurationAndroidEasEmailProfileConfiguration. withEmailSyncSchedule(EmailSyncSchedule emailSyncSchedule)Returns an immutable copy ofthiswith just theemailSyncSchedulefield changed.Windows10EasEmailProfileConfigurationWindows10EasEmailProfileConfiguration. withEmailSyncSchedule(EmailSyncSchedule emailSyncSchedule)Returns an immutable copy ofthiswith just theemailSyncSchedulefield changed.WindowsPhoneEASEmailProfileConfigurationWindowsPhoneEASEmailProfileConfiguration. withEmailSyncSchedule(EmailSyncSchedule emailSyncSchedule)Returns an immutable copy ofthiswith just theemailSyncSchedulefield changed. -
Uses of EmailSyncSchedule in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return EmailSyncSchedule Modifier and Type Method Description static EmailSyncScheduleEmailSyncSchedule. 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.
-