Uses of Class
odata.msgraph.client.complex.AccessPackageLocalizedText
-
Packages that use AccessPackageLocalizedText Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of AccessPackageLocalizedText in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex with type parameters of type AccessPackageLocalizedText Modifier and Type Field Description protected List<AccessPackageLocalizedText>AccessPackageAnswerChoice. localizationsMethods in odata.msgraph.client.complex that return AccessPackageLocalizedText Modifier and Type Method Description AccessPackageLocalizedTextAccessPackageLocalizedText.Builder. build()AccessPackageLocalizedTextAccessPackageLocalizedText. withLanguageCode(String languageCode)AccessPackageLocalizedTextAccessPackageLocalizedText. withText(String text)AccessPackageLocalizedTextAccessPackageLocalizedText. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.complex that return types with arguments of type AccessPackageLocalizedText Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<AccessPackageLocalizedText>AccessPackageAnswerChoice. getLocalizations()com.github.davidmoten.odata.client.CollectionPage<AccessPackageLocalizedText>AccessPackageAnswerChoice. getLocalizations(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.complex with parameters of type AccessPackageLocalizedText Modifier and Type Method Description AccessPackageAnswerChoice.BuilderAccessPackageAnswerChoice.Builder. localizations(AccessPackageLocalizedText... localizations)Method parameters in odata.msgraph.client.complex with type arguments of type AccessPackageLocalizedText Modifier and Type Method Description AccessPackageAnswerChoice.BuilderAccessPackageAnswerChoice.Builder. localizations(List<AccessPackageLocalizedText> localizations) -
Uses of AccessPackageLocalizedText in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type AccessPackageLocalizedText Modifier and Type Field Description protected List<AccessPackageLocalizedText>AccessPackageQuestion. localizationsMethods in odata.msgraph.client.entity that return types with arguments of type AccessPackageLocalizedText Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<AccessPackageLocalizedText>AccessPackageQuestion. getLocalizations()com.github.davidmoten.odata.client.CollectionPage<AccessPackageLocalizedText>AccessPackageQuestion. getLocalizations(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type AccessPackageLocalizedText Modifier and Type Method Description AccessPackageMultipleChoiceQuestion.BuilderAccessPackageMultipleChoiceQuestion.Builder. localizations(AccessPackageLocalizedText... localizations)AccessPackageTextInputQuestion.BuilderAccessPackageTextInputQuestion.Builder. localizations(AccessPackageLocalizedText... localizations)Method parameters in odata.msgraph.client.entity with type arguments of type AccessPackageLocalizedText Modifier and Type Method Description AccessPackageMultipleChoiceQuestion.BuilderAccessPackageMultipleChoiceQuestion.Builder. localizations(List<AccessPackageLocalizedText> localizations)AccessPackageTextInputQuestion.BuilderAccessPackageTextInputQuestion.Builder. localizations(List<AccessPackageLocalizedText> localizations)AccessPackageQuestionAccessPackageQuestion. withLocalizations(List<AccessPackageLocalizedText> localizations)
-