AndroidEasEmailProfileConfiguration |
AndroidEasEmailProfileConfiguration.Builder.build() |
|
AndroidEasEmailProfileConfiguration |
AndroidEasEmailProfileConfiguration.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
AndroidEasEmailProfileConfiguration |
AndroidEasEmailProfileConfiguration.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
AndroidEasEmailProfileConfiguration |
AndroidEasEmailProfileConfiguration.withAccountName(String accountName) |
Returns an immutable copy of this with just the accountName
field changed.
|
AndroidEasEmailProfileConfiguration |
AndroidEasEmailProfileConfiguration.withAuthenticationMethod(EasAuthenticationMethod authenticationMethod) |
Returns an immutable copy of this with just the
authenticationMethod field changed.
|
AndroidEasEmailProfileConfiguration |
AndroidEasEmailProfileConfiguration.withCustomDomainName(String customDomainName) |
Returns an immutable copy of this with just the customDomainName
field changed.
|
AndroidEasEmailProfileConfiguration |
AndroidEasEmailProfileConfiguration.withDurationOfEmailToSync(EmailSyncDuration durationOfEmailToSync) |
Returns an immutable copy of this with just the
durationOfEmailToSync field changed.
|
AndroidEasEmailProfileConfiguration |
AndroidEasEmailProfileConfiguration.withEmailAddressSource(UserEmailSource emailAddressSource) |
Returns an immutable copy of this with just the
emailAddressSource field changed.
|
AndroidEasEmailProfileConfiguration |
AndroidEasEmailProfileConfiguration.withEmailSyncSchedule(EmailSyncSchedule emailSyncSchedule) |
Returns an immutable copy of this with just the emailSyncSchedule
field changed.
|
AndroidEasEmailProfileConfiguration |
AndroidEasEmailProfileConfiguration.withHostName(String hostName) |
Returns an immutable copy of this with just the hostName field
changed.
|
AndroidEasEmailProfileConfiguration |
AndroidEasEmailProfileConfiguration.withRequireSmime(Boolean requireSmime) |
Returns an immutable copy of this with just the requireSmime
field changed.
|
AndroidEasEmailProfileConfiguration |
AndroidEasEmailProfileConfiguration.withRequireSsl(Boolean requireSsl) |
Returns an immutable copy of this with just the requireSsl field
changed.
|
AndroidEasEmailProfileConfiguration |
AndroidEasEmailProfileConfiguration.withSyncCalendar(Boolean syncCalendar) |
Returns an immutable copy of this with just the syncCalendar
field changed.
|
AndroidEasEmailProfileConfiguration |
AndroidEasEmailProfileConfiguration.withSyncContacts(Boolean syncContacts) |
Returns an immutable copy of this with just the syncContacts
field changed.
|
AndroidEasEmailProfileConfiguration |
AndroidEasEmailProfileConfiguration.withSyncNotes(Boolean syncNotes) |
Returns an immutable copy of this with just the syncNotes field
changed.
|
AndroidEasEmailProfileConfiguration |
AndroidEasEmailProfileConfiguration.withSyncTasks(Boolean syncTasks) |
Returns an immutable copy of this with just the syncTasks field
changed.
|
AndroidEasEmailProfileConfiguration |
AndroidEasEmailProfileConfiguration.withUnmappedField(String name,
String value) |
|
AndroidEasEmailProfileConfiguration |
AndroidEasEmailProfileConfiguration.withUserDomainNameSource(DomainNameSource userDomainNameSource) |
Returns an immutable copy of this with just the
userDomainNameSource field changed.
|
AndroidEasEmailProfileConfiguration |
AndroidEasEmailProfileConfiguration.withUsernameSource(AndroidUsernameSource usernameSource) |
Returns an immutable copy of this with just the usernameSource
field changed.
|