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