| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected EasAuthenticationMethod |
AndroidEasEmailProfileConfiguration.authenticationMethod |
protected EasAuthenticationMethod |
AndroidWorkProfileEasEmailProfileBase.authenticationMethod |
protected EasAuthenticationMethod |
IosEasEmailProfileConfiguration.authenticationMethod |
protected EasAuthenticationMethod |
AndroidForWorkEasEmailProfileBase.authenticationMethod |
| Modifier and Type | Method and Description |
|---|---|
Optional<EasAuthenticationMethod> |
AndroidEasEmailProfileConfiguration.getAuthenticationMethod()
“Authentication method for Exchange ActiveSync.”
|
Optional<EasAuthenticationMethod> |
AndroidWorkProfileEasEmailProfileBase.getAuthenticationMethod()
“Authentication method for Exchange ActiveSync.”
|
Optional<EasAuthenticationMethod> |
IosEasEmailProfileConfiguration.getAuthenticationMethod()
“Authentication method for this Email profile.”
|
Optional<EasAuthenticationMethod> |
AndroidForWorkEasEmailProfileBase.getAuthenticationMethod()
“Authentication method for Exchange ActiveSync.”
|
| Modifier and Type | Method and Description |
|---|---|
AndroidWorkProfileNineWorkEasConfiguration.Builder |
AndroidWorkProfileNineWorkEasConfiguration.Builder.authenticationMethod(EasAuthenticationMethod authenticationMethod) |
AndroidForWorkNineWorkEasConfiguration.Builder |
AndroidForWorkNineWorkEasConfiguration.Builder.authenticationMethod(EasAuthenticationMethod authenticationMethod) |
AndroidEasEmailProfileConfiguration.Builder |
AndroidEasEmailProfileConfiguration.Builder.authenticationMethod(EasAuthenticationMethod authenticationMethod)
“Authentication method for Exchange ActiveSync.”
|
AndroidWorkProfileGmailEasConfiguration.Builder |
AndroidWorkProfileGmailEasConfiguration.Builder.authenticationMethod(EasAuthenticationMethod authenticationMethod) |
IosEasEmailProfileConfiguration.Builder |
IosEasEmailProfileConfiguration.Builder.authenticationMethod(EasAuthenticationMethod authenticationMethod)
“Authentication method for this Email profile.”
|
AndroidForWorkGmailEasConfiguration.Builder |
AndroidForWorkGmailEasConfiguration.Builder.authenticationMethod(EasAuthenticationMethod authenticationMethod) |
AndroidEasEmailProfileConfiguration |
AndroidEasEmailProfileConfiguration.withAuthenticationMethod(EasAuthenticationMethod authenticationMethod)
Returns an immutable copy of
this with just the authenticationMethod field changed. |
AndroidWorkProfileEasEmailProfileBase |
AndroidWorkProfileEasEmailProfileBase.withAuthenticationMethod(EasAuthenticationMethod authenticationMethod)
Returns an immutable copy of
this with just the authenticationMethod field changed. |
IosEasEmailProfileConfiguration |
IosEasEmailProfileConfiguration.withAuthenticationMethod(EasAuthenticationMethod authenticationMethod)
Returns an immutable copy of
this with just the authenticationMethod field changed. |
AndroidForWorkEasEmailProfileBase |
AndroidForWorkEasEmailProfileBase.withAuthenticationMethod(EasAuthenticationMethod authenticationMethod)
Returns an immutable copy of
this with just the authenticationMethod field changed. |
| Modifier and Type | Method and Description |
|---|---|
static EasAuthenticationMethod |
EasAuthenticationMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EasAuthenticationMethod[] |
EasAuthenticationMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.