Uses of Class
com.microsoft.graph.models.AccessPackageLocalizedText
Packages that use AccessPackageLocalizedText
-
Uses of AccessPackageLocalizedText in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AccessPackageLocalizedTextModifier and TypeMethodDescriptionstatic AccessPackageLocalizedTextAccessPackageLocalizedText.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 AccessPackageLocalizedTextModifier and TypeMethodDescriptionAccessPackageAnswerChoice.getLocalizations()Gets the localizations property value.AccessPackageQuestion.getLocalizations()Gets the localizations property value.Method parameters in com.microsoft.graph.models with type arguments of type AccessPackageLocalizedTextModifier and TypeMethodDescriptionvoidAccessPackageAnswerChoice.setLocalizations(List<AccessPackageLocalizedText> value) Sets the localizations property value.voidAccessPackageQuestion.setLocalizations(List<AccessPackageLocalizedText> value) Sets the localizations property value.