Uses of Class
odata.msgraph.client.beta.complex.AccessPackageLocalizedContent
-
Packages that use AccessPackageLocalizedContent Package Description odata.msgraph.client.beta.complex -
-
Uses of AccessPackageLocalizedContent in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as AccessPackageLocalizedContent Modifier and Type Field Description protected AccessPackageLocalizedContentAccessPackageAnswerChoice. displayValueprotected AccessPackageLocalizedContentAccessPackageQuestion. textMethods in odata.msgraph.client.beta.complex that return AccessPackageLocalizedContent Modifier and Type Method Description AccessPackageLocalizedContentAccessPackageLocalizedContent.Builder. build()AccessPackageLocalizedContentAccessPackageLocalizedContent. withDefaultText(String defaultText)AccessPackageLocalizedContentAccessPackageLocalizedContent. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type AccessPackageLocalizedContent Modifier and Type Method Description Optional<AccessPackageLocalizedContent>AccessPackageAnswerChoice. getDisplayValue()Optional<AccessPackageLocalizedContent>AccessPackageQuestion. getText()Methods in odata.msgraph.client.beta.complex with parameters of type AccessPackageLocalizedContent Modifier and Type Method Description AccessPackageAnswerChoice.BuilderAccessPackageAnswerChoice.Builder. displayValue(AccessPackageLocalizedContent displayValue)AccessPackageMultipleChoiceQuestion.BuilderAccessPackageMultipleChoiceQuestion.Builder. text(AccessPackageLocalizedContent text)AccessPackageTextInputQuestion.BuilderAccessPackageTextInputQuestion.Builder. text(AccessPackageLocalizedContent text)AccessPackageAnswerChoiceAccessPackageAnswerChoice. withDisplayValue(AccessPackageLocalizedContent displayValue)AccessPackageQuestionAccessPackageQuestion. withText(AccessPackageLocalizedContent text)
-