Uses of Class
odata.msgraph.client.beta.complex.LocaleInfo
-
Packages that use LocaleInfo Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of LocaleInfo in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as LocaleInfo Modifier and Type Field Description protected LocaleInfoMailboxSettings. languageprotected LocaleInfoAutomaticRepliesMailTips. messageLanguageMethods in odata.msgraph.client.beta.complex that return LocaleInfo Modifier and Type Method Description LocaleInfoLocaleInfo.Builder. build()LocaleInfoLocaleInfo. withDisplayName(String displayName)LocaleInfoLocaleInfo. withLocale(String locale)LocaleInfoLocaleInfo. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type LocaleInfo Modifier and Type Method Description Optional<LocaleInfo>MailboxSettings. getLanguage()Optional<LocaleInfo>AutomaticRepliesMailTips. getMessageLanguage()Methods in odata.msgraph.client.beta.complex with parameters of type LocaleInfo Modifier and Type Method Description MailboxSettings.BuilderMailboxSettings.Builder. language(LocaleInfo language)AutomaticRepliesMailTips.BuilderAutomaticRepliesMailTips.Builder. messageLanguage(LocaleInfo messageLanguage)MailboxSettingsMailboxSettings. withLanguage(LocaleInfo language)AutomaticRepliesMailTipsAutomaticRepliesMailTips. withMessageLanguage(LocaleInfo messageLanguage) -
Uses of LocaleInfo in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as LocaleInfo Modifier and Type Field Description protected LocaleInfoRegionalAndLanguageSettings. defaultDisplayLanguageprotected LocaleInfoRegionalAndLanguageSettings. defaultRegionalFormatprotected LocaleInfoRegionalAndLanguageSettings. defaultSpeechInputLanguageprotected LocaleInfoRegionalAndLanguageSettings. defaultTranslationLanguageprotected LocaleInfoUserAccountInformation. preferredLanguageTagFields in odata.msgraph.client.beta.entity with type parameters of type LocaleInfo Modifier and Type Field Description protected List<LocaleInfo>RegionalAndLanguageSettings. authoringLanguagesMethods in odata.msgraph.client.beta.entity that return types with arguments of type LocaleInfo Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<LocaleInfo>RegionalAndLanguageSettings. getAuthoringLanguages()com.github.davidmoten.odata.client.CollectionPage<LocaleInfo>RegionalAndLanguageSettings. getAuthoringLanguages(com.github.davidmoten.odata.client.HttpRequestOptions options)Optional<LocaleInfo>RegionalAndLanguageSettings. getDefaultDisplayLanguage()Optional<LocaleInfo>RegionalAndLanguageSettings. getDefaultRegionalFormat()Optional<LocaleInfo>RegionalAndLanguageSettings. getDefaultSpeechInputLanguage()Optional<LocaleInfo>RegionalAndLanguageSettings. getDefaultTranslationLanguage()Optional<LocaleInfo>UserAccountInformation. getPreferredLanguageTag()com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<LocaleInfo>OutlookUser. supportedLanguages()Method parameters in odata.msgraph.client.beta.entity with type arguments of type LocaleInfo Modifier and Type Method Description RegionalAndLanguageSettings.BuilderRegionalAndLanguageSettings.Builder. authoringLanguages(List<LocaleInfo> authoringLanguages)RegionalAndLanguageSettingsRegionalAndLanguageSettings. withAuthoringLanguages(List<LocaleInfo> authoringLanguages) -
Uses of LocaleInfo in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type LocaleInfo Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<LocaleInfo>OutlookUserRequest. supportedLanguages()
-