Uses of Class
odata.msgraph.client.beta.enums.TranslationBehavior
-
Packages that use TranslationBehavior Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of TranslationBehavior in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as TranslationBehavior Modifier and Type Field Description protected TranslationBehaviorTranslationLanguageOverride. translationBehaviorprotected TranslationBehaviorTranslationPreferences. translationBehaviorMethods in odata.msgraph.client.beta.complex that return types with arguments of type TranslationBehavior Modifier and Type Method Description Optional<TranslationBehavior>TranslationLanguageOverride. getTranslationBehavior()Optional<TranslationBehavior>TranslationPreferences. getTranslationBehavior()Methods in odata.msgraph.client.beta.complex with parameters of type TranslationBehavior Modifier and Type Method Description TranslationLanguageOverride.BuilderTranslationLanguageOverride.Builder. translationBehavior(TranslationBehavior translationBehavior)TranslationPreferences.BuilderTranslationPreferences.Builder. translationBehavior(TranslationBehavior translationBehavior)TranslationLanguageOverrideTranslationLanguageOverride. withTranslationBehavior(TranslationBehavior translationBehavior)TranslationPreferencesTranslationPreferences. withTranslationBehavior(TranslationBehavior translationBehavior) -
Uses of TranslationBehavior in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return TranslationBehavior Modifier and Type Method Description static TranslationBehaviorTranslationBehavior. valueOf(String name)Returns the enum constant of this type with the specified name.static TranslationBehavior[]TranslationBehavior. values()Returns an array containing the constants of this enum type, in the order they are declared.
-