Uses of Class
odata.msgraph.client.beta.enums.AndroidUsernameSource
-
Packages that use AndroidUsernameSource Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of AndroidUsernameSource in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as AndroidUsernameSource Modifier and Type Field Description protected AndroidUsernameSourceAndroidEasEmailProfileConfiguration. usernameSourceprotected AndroidUsernameSourceAndroidForWorkEasEmailProfileBase. usernameSourceprotected AndroidUsernameSourceAndroidWorkProfileEasEmailProfileBase. usernameSourceMethods in odata.msgraph.client.beta.entity that return types with arguments of type AndroidUsernameSource Modifier and Type Method Description Optional<AndroidUsernameSource>AndroidEasEmailProfileConfiguration. 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.”Optional<AndroidUsernameSource>AndroidWorkProfileEasEmailProfileBase. getUsernameSource()“Username attribute that is picked from AAD and injected into this profile before installing on the device.”Methods in odata.msgraph.client.beta.entity with parameters of type AndroidUsernameSource Modifier and Type Method Description AndroidEasEmailProfileConfiguration.BuilderAndroidEasEmailProfileConfiguration.Builder. usernameSource(AndroidUsernameSource usernameSource)“Username attribute that is picked from AAD and injected into this profile before installing on the device.”AndroidForWorkGmailEasConfiguration.BuilderAndroidForWorkGmailEasConfiguration.Builder. usernameSource(AndroidUsernameSource usernameSource)AndroidForWorkNineWorkEasConfiguration.BuilderAndroidForWorkNineWorkEasConfiguration.Builder. usernameSource(AndroidUsernameSource usernameSource)AndroidWorkProfileGmailEasConfiguration.BuilderAndroidWorkProfileGmailEasConfiguration.Builder. usernameSource(AndroidUsernameSource usernameSource)AndroidWorkProfileNineWorkEasConfiguration.BuilderAndroidWorkProfileNineWorkEasConfiguration.Builder. usernameSource(AndroidUsernameSource usernameSource)AndroidEasEmailProfileConfigurationAndroidEasEmailProfileConfiguration. withUsernameSource(AndroidUsernameSource usernameSource)Returns an immutable copy ofthiswith just theusernameSourcefield changed.AndroidForWorkEasEmailProfileBaseAndroidForWorkEasEmailProfileBase. withUsernameSource(AndroidUsernameSource usernameSource)Returns an immutable copy ofthiswith just theusernameSourcefield changed.AndroidWorkProfileEasEmailProfileBaseAndroidWorkProfileEasEmailProfileBase. withUsernameSource(AndroidUsernameSource usernameSource)Returns an immutable copy ofthiswith just theusernameSourcefield changed. -
Uses of AndroidUsernameSource in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return AndroidUsernameSource Modifier and Type Method Description static AndroidUsernameSourceAndroidUsernameSource. 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.
-