Uses of Class
odata.msgraph.client.beta.enums.UsernameSource
-
Packages that use UsernameSource Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of UsernameSource in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as UsernameSource Modifier and Type Field Description protected UsernameSourceEasEmailProfileConfigurationBase. usernameAADSourceMethods in odata.msgraph.client.beta.entity that return types with arguments of type UsernameSource Modifier and Type Method Description Optional<UsernameSource>EasEmailProfileConfigurationBase. getUsernameAADSource()“Name of the AAD field, that will be used to retrieve UserName for email profile.”Methods in odata.msgraph.client.beta.entity with parameters of type UsernameSource Modifier and Type Method Description IosEasEmailProfileConfiguration.BuilderIosEasEmailProfileConfiguration.Builder. usernameAADSource(UsernameSource usernameAADSource)Windows10EasEmailProfileConfiguration.BuilderWindows10EasEmailProfileConfiguration.Builder. usernameAADSource(UsernameSource usernameAADSource)WindowsPhoneEASEmailProfileConfiguration.BuilderWindowsPhoneEASEmailProfileConfiguration.Builder. usernameAADSource(UsernameSource usernameAADSource)EasEmailProfileConfigurationBaseEasEmailProfileConfigurationBase. withUsernameAADSource(UsernameSource usernameAADSource)Returns an immutable copy ofthiswith just theusernameAADSourcefield changed. -
Uses of UsernameSource in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return UsernameSource Modifier and Type Method Description static UsernameSourceUsernameSource. valueOf(String name)Returns the enum constant of this type with the specified name.static UsernameSource[]UsernameSource. values()Returns an array containing the constants of this enum type, in the order they are declared.
-