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 MicrosoftGraphLocaleInfoMicrosoftGraphMailboxSettings. language()Get the language property: localeInfo.MicrosoftGraphLocaleInfoMicrosoftGraphLocaleInfo. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: localeInfo.MicrosoftGraphLocaleInfoMicrosoftGraphLocaleInfo. withDisplayName(String displayName)Set the displayName property: A name representing the user's locale in natural language, for example, 'English (United States)'.MicrosoftGraphLocaleInfoMicrosoftGraphLocaleInfo. 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 MicrosoftGraphMailboxSettingsMicrosoftGraphMailboxSettings. withLanguage(MicrosoftGraphLocaleInfo language)Set the language property: localeInfo.
-