Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphLocaleInfo
-
Packages that use MicrosoftGraphLocaleInfo Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphLocaleInfo in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphLocaleInfo Modifier and Type Method Description MicrosoftGraphLocaleInfo
MicrosoftGraphMailboxSettings. language()
Get the language property: localeInfo.MicrosoftGraphLocaleInfo
MicrosoftGraphLocaleInfo. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: localeInfo.MicrosoftGraphLocaleInfo
MicrosoftGraphLocaleInfo. withDisplayName(String displayName)
Set the displayName property: A name representing the user's locale in natural language, for example, 'English (United States)'.MicrosoftGraphLocaleInfo
MicrosoftGraphLocaleInfo. withLocale(String locale)
Set the locale property: A locale representation for the user, which includes the user's preferred language and country/region.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphLocaleInfo Modifier and Type Method Description MicrosoftGraphMailboxSettings
MicrosoftGraphMailboxSettings. withLanguage(MicrosoftGraphLocaleInfo language)
Set the language property: localeInfo.
-