Uses of Class
odata.msgraph.client.beta.enums.EasAuthenticationMethod
-
Packages that use EasAuthenticationMethod Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of EasAuthenticationMethod in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as EasAuthenticationMethod Modifier and Type Field Description protected EasAuthenticationMethodAndroidEasEmailProfileConfiguration. authenticationMethodprotected EasAuthenticationMethodAndroidForWorkEasEmailProfileBase. authenticationMethodprotected EasAuthenticationMethodAndroidWorkProfileEasEmailProfileBase. authenticationMethodprotected EasAuthenticationMethodIosEasEmailProfileConfiguration. authenticationMethodMethods in odata.msgraph.client.beta.entity that return types with arguments of type EasAuthenticationMethod Modifier and Type Method Description Optional<EasAuthenticationMethod>AndroidEasEmailProfileConfiguration. getAuthenticationMethod()“Authentication method for Exchange ActiveSync.”Optional<EasAuthenticationMethod>AndroidForWorkEasEmailProfileBase. 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.”Methods in odata.msgraph.client.beta.entity with parameters of type EasAuthenticationMethod Modifier and Type Method Description AndroidEasEmailProfileConfiguration.BuilderAndroidEasEmailProfileConfiguration.Builder. authenticationMethod(EasAuthenticationMethod authenticationMethod)“Authentication method for Exchange ActiveSync.”AndroidForWorkGmailEasConfiguration.BuilderAndroidForWorkGmailEasConfiguration.Builder. authenticationMethod(EasAuthenticationMethod authenticationMethod)AndroidForWorkNineWorkEasConfiguration.BuilderAndroidForWorkNineWorkEasConfiguration.Builder. authenticationMethod(EasAuthenticationMethod authenticationMethod)AndroidWorkProfileGmailEasConfiguration.BuilderAndroidWorkProfileGmailEasConfiguration.Builder. authenticationMethod(EasAuthenticationMethod authenticationMethod)AndroidWorkProfileNineWorkEasConfiguration.BuilderAndroidWorkProfileNineWorkEasConfiguration.Builder. authenticationMethod(EasAuthenticationMethod authenticationMethod)IosEasEmailProfileConfiguration.BuilderIosEasEmailProfileConfiguration.Builder. authenticationMethod(EasAuthenticationMethod authenticationMethod)“Authentication method for this Email profile.”AndroidEasEmailProfileConfigurationAndroidEasEmailProfileConfiguration. withAuthenticationMethod(EasAuthenticationMethod authenticationMethod)Returns an immutable copy ofthiswith just theauthenticationMethodfield changed.AndroidForWorkEasEmailProfileBaseAndroidForWorkEasEmailProfileBase. withAuthenticationMethod(EasAuthenticationMethod authenticationMethod)Returns an immutable copy ofthiswith just theauthenticationMethodfield changed.AndroidWorkProfileEasEmailProfileBaseAndroidWorkProfileEasEmailProfileBase. withAuthenticationMethod(EasAuthenticationMethod authenticationMethod)Returns an immutable copy ofthiswith just theauthenticationMethodfield changed.IosEasEmailProfileConfigurationIosEasEmailProfileConfiguration. withAuthenticationMethod(EasAuthenticationMethod authenticationMethod)Returns an immutable copy ofthiswith just theauthenticationMethodfield changed. -
Uses of EasAuthenticationMethod in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return EasAuthenticationMethod Modifier and Type Method Description static EasAuthenticationMethodEasAuthenticationMethod. 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.
-