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