| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected UserEmailSource |
WindowsPhoneEASEmailProfileConfiguration.emailAddressSource |
protected UserEmailSource |
AndroidEasEmailProfileConfiguration.emailAddressSource |
protected UserEmailSource |
AndroidWorkProfileEasEmailProfileBase.emailAddressSource |
protected UserEmailSource |
IosEasEmailProfileConfiguration.emailAddressSource |
protected UserEmailSource |
Windows10EasEmailProfileConfiguration.emailAddressSource |
protected UserEmailSource |
AndroidForWorkEasEmailProfileBase.emailAddressSource |
protected UserEmailSource |
EasEmailProfileConfigurationBase.usernameSource |
| Modifier and Type | Method and Description |
|---|---|
Optional<UserEmailSource> |
WindowsPhoneEASEmailProfileConfiguration.getEmailAddressSource()
“Email attribute that is picked from AAD and injected into this profile before
installing on the device.”
|
Optional<UserEmailSource> |
AndroidEasEmailProfileConfiguration.getEmailAddressSource()
“Email attribute that is picked from AAD and injected into this profile before
installing on the device.”
|
Optional<UserEmailSource> |
AndroidWorkProfileEasEmailProfileBase.getEmailAddressSource()
“Email attribute that is picked from AAD and injected into this profile before
installing on the device.”
|
Optional<UserEmailSource> |
IosEasEmailProfileConfiguration.getEmailAddressSource()
“Email attribute that is picked from AAD and injected into this profile before
installing on the device.”
|
Optional<UserEmailSource> |
Windows10EasEmailProfileConfiguration.getEmailAddressSource()
“Email attribute that is picked from AAD and injected into this profile before
installing on the device.”
|
Optional<UserEmailSource> |
AndroidForWorkEasEmailProfileBase.getEmailAddressSource()
“Email attribute that is picked from AAD and injected into this profile before
installing on the device.”
|
Optional<UserEmailSource> |
EasEmailProfileConfigurationBase.getUsernameSource()
“Username attribute that is picked from AAD and injected into this profile before
installing on the device.”
|
| Modifier and Type | Method and Description |
|---|---|
AndroidWorkProfileNineWorkEasConfiguration.Builder |
AndroidWorkProfileNineWorkEasConfiguration.Builder.emailAddressSource(UserEmailSource emailAddressSource) |
AndroidForWorkNineWorkEasConfiguration.Builder |
AndroidForWorkNineWorkEasConfiguration.Builder.emailAddressSource(UserEmailSource emailAddressSource) |
WindowsPhoneEASEmailProfileConfiguration.Builder |
WindowsPhoneEASEmailProfileConfiguration.Builder.emailAddressSource(UserEmailSource emailAddressSource)
“Email attribute that is picked from AAD and injected into this profile before
installing on the device.”
|
AndroidEasEmailProfileConfiguration.Builder |
AndroidEasEmailProfileConfiguration.Builder.emailAddressSource(UserEmailSource emailAddressSource)
“Email attribute that is picked from AAD and injected into this profile before
installing on the device.”
|
AndroidWorkProfileGmailEasConfiguration.Builder |
AndroidWorkProfileGmailEasConfiguration.Builder.emailAddressSource(UserEmailSource emailAddressSource) |
IosEasEmailProfileConfiguration.Builder |
IosEasEmailProfileConfiguration.Builder.emailAddressSource(UserEmailSource emailAddressSource)
“Email attribute that is picked from AAD and injected into this profile before
installing on the device.”
|
AndroidForWorkGmailEasConfiguration.Builder |
AndroidForWorkGmailEasConfiguration.Builder.emailAddressSource(UserEmailSource emailAddressSource) |
Windows10EasEmailProfileConfiguration.Builder |
Windows10EasEmailProfileConfiguration.Builder.emailAddressSource(UserEmailSource emailAddressSource)
“Email attribute that is picked from AAD and injected into this profile before
installing on the device.”
|
WindowsPhoneEASEmailProfileConfiguration.Builder |
WindowsPhoneEASEmailProfileConfiguration.Builder.usernameSource(UserEmailSource usernameSource) |
IosEasEmailProfileConfiguration.Builder |
IosEasEmailProfileConfiguration.Builder.usernameSource(UserEmailSource usernameSource) |
Windows10EasEmailProfileConfiguration.Builder |
Windows10EasEmailProfileConfiguration.Builder.usernameSource(UserEmailSource usernameSource) |
WindowsPhoneEASEmailProfileConfiguration |
WindowsPhoneEASEmailProfileConfiguration.withEmailAddressSource(UserEmailSource emailAddressSource)
Returns an immutable copy of
this with just the emailAddressSource field changed. |
AndroidEasEmailProfileConfiguration |
AndroidEasEmailProfileConfiguration.withEmailAddressSource(UserEmailSource emailAddressSource)
Returns an immutable copy of
this with just the emailAddressSource field changed. |
AndroidWorkProfileEasEmailProfileBase |
AndroidWorkProfileEasEmailProfileBase.withEmailAddressSource(UserEmailSource emailAddressSource)
Returns an immutable copy of
this with just the emailAddressSource field changed. |
IosEasEmailProfileConfiguration |
IosEasEmailProfileConfiguration.withEmailAddressSource(UserEmailSource emailAddressSource)
Returns an immutable copy of
this with just the emailAddressSource field changed. |
Windows10EasEmailProfileConfiguration |
Windows10EasEmailProfileConfiguration.withEmailAddressSource(UserEmailSource emailAddressSource)
Returns an immutable copy of
this with just the emailAddressSource field changed. |
AndroidForWorkEasEmailProfileBase |
AndroidForWorkEasEmailProfileBase.withEmailAddressSource(UserEmailSource emailAddressSource)
Returns an immutable copy of
this with just the emailAddressSource field changed. |
EasEmailProfileConfigurationBase |
EasEmailProfileConfigurationBase.withUsernameSource(UserEmailSource usernameSource)
Returns an immutable copy of
this with just the usernameSource
field changed. |
| Modifier and Type | Method and Description |
|---|---|
static UserEmailSource |
UserEmailSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserEmailSource[] |
UserEmailSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.