Uses of Class
com.microsoft.graph.models.DisplayNameLocalization
Packages that use DisplayNameLocalization
-
Uses of DisplayNameLocalization in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return DisplayNameLocalizationModifier and TypeMethodDescriptionstatic DisplayNameLocalizationDisplayNameLocalization.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type DisplayNameLocalizationModifier and TypeMethodDescriptionColumnValidation.getDescriptions()Gets the descriptions property value.ProfileCardAnnotation.getLocalizations()Gets the localizations property value.Method parameters in com.microsoft.graph.models with type arguments of type DisplayNameLocalizationModifier and TypeMethodDescriptionvoidColumnValidation.setDescriptions(List<DisplayNameLocalization> value) Sets the descriptions property value.voidProfileCardAnnotation.setLocalizations(List<DisplayNameLocalization> value) Sets the localizations property value.